[hotfix] Allow on Submit - Actual / Projected Qty for Packed Item

This commit is contained in:
Anand Doshi 2014-08-11 15:54:17 +05:30
parent 475b118fba
commit b00a2422e4

View File

@ -1,5 +1,5 @@
{ {
"creation": "2013-02-22 01:28:00.000000", "creation": "2013-02-22 01:28:00",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
"fields": [ "fields": [
@ -95,6 +95,7 @@
"permlevel": 0 "permlevel": 0
}, },
{ {
"allow_on_submit": 1,
"fieldname": "actual_qty", "fieldname": "actual_qty",
"fieldtype": "Float", "fieldtype": "Float",
"label": "Actual Qty", "label": "Actual Qty",
@ -105,6 +106,7 @@
"read_only": 1 "read_only": 1
}, },
{ {
"allow_on_submit": 1,
"fieldname": "projected_qty", "fieldname": "projected_qty",
"fieldtype": "Float", "fieldtype": "Float",
"label": "Projected Qty", "label": "Projected Qty",
@ -149,9 +151,10 @@
], ],
"idx": 1, "idx": 1,
"istable": 1, "istable": 1,
"modified": "2013-12-20 19:23:23.000000", "modified": "2014-08-11 06:23:08.597647",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Packed Item", "name": "Packed Item",
"owner": "Administrator" "owner": "Administrator",
"permissions": []
} }