patch fixed

This commit is contained in:
Nabin Hait 2018-01-10 14:51:19 +05:30
parent 5c6e038769
commit 687dc6a424

View File

@ -12,6 +12,7 @@ def execute():
if not po_item:
return
frappe.reload_doc("buying", "doctype", "purchase_order_item_supplied")
company_warehouse = frappe._dict(frappe.db.sql("""select company, min(name) from `tabWarehouse`
where is_group = 0 group by company"""))