Update fix_reserved_qty_for_sub_contract.py
This commit is contained in:
parent
a6746407e5
commit
7041a45294
@ -6,6 +6,7 @@ import frappe
|
||||
from erpnext.stock.utils import get_bin
|
||||
|
||||
def execute():
|
||||
frappe.reload_doc("stock", "doctype", "bin")
|
||||
frappe.reload_doc("buying", "doctype", "purchase_order_item_supplied")
|
||||
for d in frappe.db.sql("""
|
||||
select distinct rm_item_code, reserve_warehouse
|
||||
|
Loading…
x
Reference in New Issue
Block a user