commit | 4ae7328a6cd34a7c094527cd9fad11ab449bf945 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Wed Sep 05 13:27:27 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Wed Sep 05 13:27:27 2012 +0530 |
tree | 039fea4907c7b8c1aa7ea758676945b5739f6a79 | |
parent | 518090f38e5f5c8801a4ecf98a8e04560b296696 [diff] | |
parent | d948e9b15ceab73d18c1ae343ff0e1fd91a9ba43 [diff] |
Merge branch 'master' of github.com:webnotes/erpnext
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