feat: remove is_batch_operation from select query
diff --git a/erpnext/manufacturing/doctype/work_order/work_order.py b/erpnext/manufacturing/doctype/work_order/work_order.py
index a3309fe..2b70325 100644
--- a/erpnext/manufacturing/doctype/work_order/work_order.py
+++ b/erpnext/manufacturing/doctype/work_order/work_order.py
@@ -324,8 +324,7 @@
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