commit | 6104fdc57931151f6cf3c8cd517f5efee17fe826 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Dec 22 17:49:46 2016 +0530 |
committer | GitHub <noreply@github.com> | Thu Dec 22 17:49:46 2016 +0530 |
tree | 5239b8860d0c32758c6ebc5ea106f76aa06daa5c | |
parent | a216f50114b5f653822184c67e6f67cab1643317 [diff] |
Update repost_stock_for_deleted_bins_for_merging_items.py
diff --git a/erpnext/patches/v7_1/repost_stock_for_deleted_bins_for_merging_items.py b/erpnext/patches/v7_1/repost_stock_for_deleted_bins_for_merging_items.py index d1974d2..321b039 100644 --- a/erpnext/patches/v7_1/repost_stock_for_deleted_bins_for_merging_items.py +++ b/erpnext/patches/v7_1/repost_stock_for_deleted_bins_for_merging_items.py
@@ -4,6 +4,7 @@ def execute(): frappe.reload_doc('manufacturing', 'doctype', 'production_order_item') + frappe.reload_doc('manufacturing', 'doctype', 'production_order') modified_items = frappe.db.sql_list(""" select name from `tabItem`