mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
[minor] removed debug in report
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user