Fixed rounding issue in subcontracting (#11802)

This commit is contained in:
Nabin Hait
2017-11-30 15:59:56 +05:30
committed by GitHub
parent e34ef60e3e
commit 1b89be0c66
3 changed files with 7 additions and 9 deletions

View File

@@ -9,9 +9,6 @@ data = {
'Task',
'ToDo'
],
'properties': [
{'doctype': 'Item', 'fieldname': 'manufacturing', 'property': 'hidden', 'value': 1}
],
'set_value': [
['Stock Settings', None, 'show_barcode_field', 1]
],