Update repost_stock_for_deleted_bins_for_merging_items.py
This commit is contained in:
parent
a216f50114
commit
6104fdc579
@ -4,6 +4,7 @@ from erpnext.stock.stock_balance import repost_stock
|
|||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
frappe.reload_doc('manufacturing', 'doctype', 'production_order_item')
|
frappe.reload_doc('manufacturing', 'doctype', 'production_order_item')
|
||||||
|
frappe.reload_doc('manufacturing', 'doctype', 'production_order')
|
||||||
|
|
||||||
modified_items = frappe.db.sql_list("""
|
modified_items = frappe.db.sql_list("""
|
||||||
select name from `tabItem`
|
select name from `tabItem`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user