Allow editing of unit cost for inventory batch row
This commit is contained in:
parent
076d3d8189
commit
ee1065bfdb
|
@ -653,7 +653,6 @@ class InventoryBatchView(BatchMasterView):
|
||||||
f.set_readonly('previous_units_on_hand')
|
f.set_readonly('previous_units_on_hand')
|
||||||
f.set_readonly('case_quantity')
|
f.set_readonly('case_quantity')
|
||||||
f.set_readonly('variance')
|
f.set_readonly('variance')
|
||||||
f.set_readonly('unit_cost')
|
|
||||||
f.set_readonly('total_cost')
|
f.set_readonly('total_cost')
|
||||||
|
|
||||||
# quantity fields
|
# quantity fields
|
||||||
|
|
Loading…
Reference in a new issue