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
|
select
|
||||||
operation, description, workstation, idx,
|
operation, description, workstation, idx,
|
||||||
base_hour_rate as hour_rate, time_in_mins,
|
base_hour_rate as hour_rate, time_in_mins,
|
||||||
"Pending" as status, parent as bom,
|
"Pending" as status, parent as bom, batch_size
|
||||||
is_batch_operation, batch_size
|
|
||||||
from
|
from
|
||||||
`tabBOM Operation`
|
`tabBOM Operation`
|
||||||
where
|
where
|
||||||
|
Loading…
Reference in New Issue
Block a user