commit | 518090f38e5f5c8801a4ecf98a8e04560b296696 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Wed Sep 05 13:26:53 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Wed Sep 05 13:26:53 2012 +0530 |
tree | bb020c11d5628a4a42287d05bb6fc09bfe97ef1e | |
parent | e64280588259da6b9bb41e0a06f6603c21893a57 [diff] |
autocommit for repost stock due to wrong packing list patch
diff --git a/erpnext/patches/july_2012/repost_stock_due_to_wrong_packing_list.py b/erpnext/patches/july_2012/repost_stock_due_to_wrong_packing_list.py index be4d450..ac64f42 100644 --- a/erpnext/patches/july_2012/repost_stock_due_to_wrong_packing_list.py +++ b/erpnext/patches/july_2012/repost_stock_due_to_wrong_packing_list.py
@@ -10,8 +10,10 @@ pass webnotes.conn.begin() + webnotes.conn.auto_commit_on_many_writes = 1 repost_reserved_qty() cleanup_wrong_sle() + webnotes.conn.auto_commit_on_many_writes = 0 def repost_reserved_qty(): from webnotes.utils import flt