commit | eca7e22cda95ee70e5f41685c60687db1e6672e4 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Dec 02 11:35:29 2014 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Dec 02 11:35:29 2014 +0530 |
tree | 51dda6db3fbf1f2457688cb12432c97ded2ab2e5 | |
parent | 1913d5b36629bb104c49f1a68ab4cdaa0a7b8748 [diff] [blame] |
Shopping cart test fixed
diff --git a/erpnext/utilities/repost_stock.py b/erpnext/utilities/repost_stock.py index 3a58d2b..5f18647 100644 --- a/erpnext/utilities/repost_stock.py +++ b/erpnext/utilities/repost_stock.py
@@ -179,6 +179,8 @@ } sle_doc = frappe.get_doc(sle_dict) + sle_doc.ignore_validate = True + sle_doc.ignore_links = True sle_doc.insert() args = sle_dict.copy()