fix: Re-order stock qty field

This commit is contained in:
Suraj Shetty 2019-08-27 08:06:22 +05:30
parent d6be8989e4
commit dc675b1eb0
2 changed files with 7 additions and 5 deletions

View File

@ -16,8 +16,8 @@
"picked_qty",
"column_break_11",
"uom",
"stock_uom",
"conversion_factor",
"stock_uom",
"serial_no_and_batch_section",
"serial_no",
"column_break_20",
@ -170,7 +170,7 @@
}
],
"istable": 1,
"modified": "2019-08-26 06:54:06.783255",
"modified": "2019-08-26 22:19:56.872728",
"modified_by": "Administrator",
"module": "Stock",
"name": "Pick List Item",

View File

@ -10,8 +10,8 @@
"stock_qty",
"column_break_5",
"uom",
"stock_uom",
"conversion_factor",
"stock_uom",
"reference_section",
"sales_order",
"sales_order_item",
@ -33,6 +33,7 @@
{
"fieldname": "stock_qty",
"fieldtype": "Float",
"in_list_view": 1,
"label": "Stock Qty"
},
{
@ -45,7 +46,8 @@
"fieldname": "stock_uom",
"fieldtype": "Link",
"label": "Stock UOM",
"options": "UOM"
"options": "UOM",
"read_only": 1
},
{
"fieldname": "item_code",
@ -96,7 +98,7 @@
}
],
"istable": 1,
"modified": "2019-08-26 06:54:50.702552",
"modified": "2019-08-26 23:02:52.470206",
"modified_by": "Administrator",
"module": "Stock",
"name": "Pick List Reference Item",