From 14ec76e8d95d014b6c9d75f4776e35b6e7679e08 Mon Sep 17 00:00:00 2001 From: Govind S Menokee Date: Sun, 14 Jul 2019 23:06:10 +0530 Subject: [PATCH] feat: remove is_batch_operation from select query --- erpnext/manufacturing/doctype/work_order/work_order.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/manufacturing/doctype/work_order/work_order.py b/erpnext/manufacturing/doctype/work_order/work_order.py index a3309febe0..2b70325d9f 100644 --- a/erpnext/manufacturing/doctype/work_order/work_order.py +++ b/erpnext/manufacturing/doctype/work_order/work_order.py @@ -324,8 +324,7 @@ class WorkOrder(Document): select operation, description, workstation, idx, base_hour_rate as hour_rate, time_in_mins, - "Pending" as status, parent as bom, - is_batch_operation, batch_size + "Pending" as status, parent as bom, batch_size from `tabBOM Operation` where