Skip to content

Commit

Permalink
fix: long queue process_boms_cost_level_wise
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Jul 28, 2023
1 parent 58d8675 commit 148d466
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def on_submit(self):
else:
frappe.enqueue(
method="erpnext.manufacturing.doctype.bom_update_log.bom_update_log.process_boms_cost_level_wise",
queue="long",
update_doc=self,
now=frappe.flags.in_test,
enqueue_after_commit=True,
Expand Down

0 comments on commit 148d466

Please sign in to comment.