[minor] removed debug in report

This commit is contained in:
Rushabh Mehta 2013-11-28 16:27:52 +05:30
parent ad701d3745
commit 7b35bcb30d

View File

@ -19,7 +19,7 @@ def execute(filters=None):
for si in webnotes.conn.sql("""select posting_date, customer, grand_total from `tabSales Invoice`
where docstatus=1 and posting_date <= %(to_date)s
{company_condition} order by posting_date""".format(company_condition=company_condition),
filters, as_dict=1, debug=1):
filters, as_dict=1):
key = si.posting_date[:7]
if not si.customer in customers: