diff --git a/erpnext/manufacturing/doctype/work_order_operation/work_order_operation.json b/erpnext/manufacturing/doctype/work_order_operation/work_order_operation.json index 69735bfb28a..57f66bdd9cf 100644 --- a/erpnext/manufacturing/doctype/work_order_operation/work_order_operation.json +++ b/erpnext/manufacturing/doctype/work_order_operation/work_order_operation.json @@ -18,7 +18,6 @@ "column_break_10", "time_in_mins", "hour_rate", - "is_batch_operation", "batch_size", "planned_operating_cost", "section_break_9", @@ -182,14 +181,6 @@ "read_only": 1 }, { - "default": "0", - "fieldname": "is_batch_operation", - "fieldtype": "Check", - "label": "Is Batch Operation", - "read_only": 1 - }, - { - "depends_on": "eval:doc.is_batch_operation==1;", "fieldname": "batch_size", "fieldtype": "Int", "label": "Batch Size", @@ -197,8 +188,8 @@ } ], "istable": 1, - "modified": "2019-06-29 02:54:14.714995", - "modified_by": "Administrator", + "modified": "2019-07-14 23:01:07.720337", + "modified_by": "govindsmenokee@gmail.com", "module": "Manufacturing", "name": "Work Order Operation", "owner": "Administrator",