fix: Set default value for qty

This commit is contained in:
Suraj Shetty
2019-08-30 09:52:08 +05:30
parent 88885184dc
commit effe53d4ae

View File

@@ -30,6 +30,7 @@
], ],
"fields": [ "fields": [
{ {
"default": "1",
"fieldname": "qty", "fieldname": "qty",
"fieldtype": "Float", "fieldtype": "Float",
"in_list_view": 1, "in_list_view": 1,
@@ -168,7 +169,7 @@
} }
], ],
"istable": 1, "istable": 1,
"modified": "2019-08-29 17:17:17.668199", "modified": "2019-08-29 21:28:39.539007",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Pick List Item", "name": "Pick List Item",