Added buildable qty

The field indicates how many can be built.
This commit is contained in:
bcornwellmott 2017-02-09 20:41:12 -08:00 committed by GitHub
parent fc41bb6afd
commit 630882787a

View File

@ -116,11 +116,17 @@ def get_columns():
"options": "",
"width": 135
}, {
"fieldname": "ready_to_build",
"label": "Can Start?",
"fieldname": "buildable_qty",
"label": "Buildable Qty",
"fieldtype": "Data",
"options": "",
"width": 75
"width": 100
}, {
"fieldname": "ready_to_build",
"label": "Can Build All",
"fieldtype": "Data",
"options": "",
"width": 90
}]
return columns