@lambda-development/erp-core 0.1.27 → 0.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1536,6 +1536,10 @@ function ne(t, n) {
1536
1536
  const tt = [
1537
1537
  { name: "item_code", label: "Item", type: "link", linkDoctype: "item", required: !0 },
1538
1538
  { name: "item_name", label: "Item Name", type: "text", readOnly: !0 },
1539
+ // Per-line description/blurb. Defaults from the Item master on save (an empty
1540
+ // value falls back to the master, so leaving it blank never wipes anything);
1541
+ // type here to override it for this document only — like a Proposal position.
1542
+ { name: "description", label: "Description", type: "textarea" },
1539
1543
  { name: "qty", label: "Qty", type: "number", required: !0 },
1540
1544
  { name: "rate", label: "Rate", type: "currency", required: !0 },
1541
1545
  { name: "amount", label: "Amount", type: "currency", readOnly: !0 }