commit | 1d49d3fcc767e29a7fae5d3b2c410d1ad2fba76b | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Mon May 20 13:48:20 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Mon May 20 13:48:20 2013 +0530 |
tree | dd2a28577feb2eaa437c55963f6a51994105b856 | |
parent | 6b2aa7ed0dcd185aa72bece28af0bf1e56b1f742 [diff] | |
parent | 031b7b3069fc647bf32059cf502d6c64285b3f18 [diff] |
Merge branch 'master' of github.com:webnotes/erpnext
diff --git a/patches/may_2013/repost_stock_for_no_posting_time.py b/patches/may_2013/repost_stock_for_no_posting_time.py index b4d52ec..489511c 100644 --- a/patches/may_2013/repost_stock_for_no_posting_time.py +++ b/patches/may_2013/repost_stock_for_no_posting_time.py
@@ -29,6 +29,6 @@ except: pass i += 1 - if i%50 == 0: + if i%20 == 0: webnotes.conn.sql("commit") webnotes.conn.sql("start transaction") \ No newline at end of file