Minor fix in patch
This commit is contained in:
parent
7f4cd3f5ea
commit
9db28ef90d
@ -18,7 +18,7 @@ def execute():
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
for d in frappe.db.sql("""select distinct item_code, source_warehouse
|
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
|
where docstatus=1 and transferred_qty > required_qty
|
||||||
and source_warehouse is not null and source_warehouse != ''""", as_list=1):
|
and source_warehouse is not null and source_warehouse != ''""", as_list=1):
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user