commit | 4bef02e46a547fc0a9bfb025cd62411bec67079a | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Fri Jun 28 19:21:44 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Fri Jun 28 19:21:44 2013 +0530 |
tree | cec767e96ef4068e4f1d5e6cd1b63a3db4c40809 | |
parent | 971f30a12bdd1349b0ff3fff6aa69d5106e08ab3 [diff] |
[minor] removed debug
diff --git a/accounts/utils.py b/accounts/utils.py index fa93cb0..4ca1b3a 100644 --- a/accounts/utils.py +++ b/accounts/utils.py
@@ -351,4 +351,4 @@ webnotes.conn.sql("""update `tabGL Entry` set %s = %s + %s where voucher_type = %s and voucher_no = %s and %s > 0 limit 1""" % (dr_or_cr, dr_or_cr, '%s', '%s', '%s', dr_or_cr), - (d.diff, d.voucher_type, d.voucher_no), debug=1) \ No newline at end of file + (d.diff, d.voucher_type, d.voucher_no)) \ No newline at end of file