commit | 9db28ef90dbabff587906dce39856481f525c1df | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Mar 27 16:00:57 2018 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Mar 27 16:00:57 2018 +0530 |
tree | 0b8978db302f4f9ca1a82156a2f2b717b4853766 | |
parent | 7f4cd3f5ea0d12b7ae6f4281b8216dd02b04fa28 [diff] |
Minor fix in patch
diff --git a/erpnext/patches/v10_0/fix_reserved_qty_for_sub_contract.py b/erpnext/patches/v10_0/fix_reserved_qty_for_sub_contract.py index 8a45638..c497522 100644 --- a/erpnext/patches/v10_0/fix_reserved_qty_for_sub_contract.py +++ b/erpnext/patches/v10_0/fix_reserved_qty_for_sub_contract.py
@@ -18,7 +18,7 @@ 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):