From 5965469abd55e31b49a2d64c3f173e9a31b570e2 Mon Sep 17 00:00:00 2001 From: Govind S Menokee Date: Sun, 14 Jul 2019 23:02:33 +0530 Subject: [PATCH] feat: remove is_batch_operation checkbox from work order operation --- .../work_order_operation/work_order_operation.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) 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 69735bfb28..57f66bdd9c 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",