Minor fix in patch

This commit is contained in:
Nabin Hait 2018-03-27 16:00:57 +05:30
parent 7f4cd3f5ea
commit 9db28ef90d

View File

@ -18,7 +18,7 @@ def execute():
pass
for d in frappe.db.sql("""select distinct item_code, source_warehouse
from `tabProduction Order Item`
from `tabWork Order Item`
where docstatus=1 and transferred_qty > required_qty
and source_warehouse is not null and source_warehouse != ''""", as_list=1):