From 4bef02e46a547fc0a9bfb025cd62411bec67079a Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 28 Jun 2013 19:21:44 +0530 Subject: [PATCH] [minor] removed debug --- accounts/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/utils.py b/accounts/utils.py index fa93cb0628..4ca1b3a57a 100644 --- a/accounts/utils.py +++ b/accounts/utils.py @@ -351,4 +351,4 @@ def fix_total_debit_credit(): 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