fix: long queue process_boms_cost_level_wise
This commit is contained in:
parent
58d867503b
commit
148d466ae5
@ -93,6 +93,7 @@ class BOMUpdateLog(Document):
|
|||||||
else:
|
else:
|
||||||
frappe.enqueue(
|
frappe.enqueue(
|
||||||
method="erpnext.manufacturing.doctype.bom_update_log.bom_update_log.process_boms_cost_level_wise",
|
method="erpnext.manufacturing.doctype.bom_update_log.bom_update_log.process_boms_cost_level_wise",
|
||||||
|
queue="long",
|
||||||
update_doc=self,
|
update_doc=self,
|
||||||
now=frappe.flags.in_test,
|
now=frappe.flags.in_test,
|
||||||
enqueue_after_commit=True,
|
enqueue_after_commit=True,
|
||||||
|
Loading…
Reference in New Issue
Block a user