added new field - Picked Qty, in Sales Order Item

This commit is contained in:
Krithi Ramani 2022-03-15 20:18:23 +05:30
parent f33a725a9e
commit a68213d82e

View File

@ -23,6 +23,7 @@
"quantity_and_rate", "quantity_and_rate",
"qty", "qty",
"stock_uom", "stock_uom",
"picked_qty",
"col_break2", "col_break2",
"uom", "uom",
"conversion_factor", "conversion_factor",
@ -798,12 +799,17 @@
"fieldtype": "Check", "fieldtype": "Check",
"label": "Grant Commission", "label": "Grant Commission",
"read_only": 1 "read_only": 1
},
{
"fieldname": "picked_qty",
"fieldtype": "Float",
"label": "Picked Qty"
} }
], ],
"idx": 1, "idx": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2022-02-24 14:41:57.325799", "modified": "2022-03-15 20:17:33.984799",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Sales Order Item", "name": "Sales Order Item",