chore: make picked qty read only

This commit is contained in:
Ankush Menat
2022-04-27 14:53:20 +05:30
parent 9a8e3ef235
commit ebd5f0b1bb

View File

@@ -237,17 +237,18 @@
"read_only": 1 "read_only": 1
}, },
{ {
"depends_on": "picked_qty",
"fieldname": "picked_qty", "fieldname": "picked_qty",
"fieldtype": "Float", "fieldtype": "Float",
"label": "Picked Qty" "label": "Picked Qty",
"no_copy": 1,
"read_only": 1
} }
], ],
"idx": 1, "idx": 1,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2022-04-21 08:05:29.785362", "modified": "2022-04-27 05:23:08.683245",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Packed Item", "name": "Packed Item",