feat: remove is_batch_operation from select query
This commit is contained in:
parent
5965469abd
commit
14ec76e8d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user