From e52ee553c0b1302db6799901d25ba1b9aa122302 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 2 Sep 2015 10:55:32 +0530 Subject: [PATCH] Removed debug flag --- erpnext/controllers/queries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/controllers/queries.py b/erpnext/controllers/queries.py index 04c12f7803..6c98202826 100644 --- a/erpnext/controllers/queries.py +++ b/erpnext/controllers/queries.py @@ -268,7 +268,7 @@ def get_batch_no(doctype, txt, searchfield, start, page_len, filters): {0} {match_conditions} order by expiry_date, name desc - limit %(start)s, %(page_len)s""".format(cond, match_conditions=get_match_cond(doctype)), args, debug=1) + limit %(start)s, %(page_len)s""".format(cond, match_conditions=get_match_cond(doctype)), args) def get_account_list(doctype, txt, searchfield, start, page_len, filters): filter_list = []