[minor] removed debug in report
This commit is contained in:
parent
ad701d3745
commit
7b35bcb30d
@ -19,7 +19,7 @@ def execute(filters=None):
|
|||||||
for si in webnotes.conn.sql("""select posting_date, customer, grand_total from `tabSales Invoice`
|
for si in webnotes.conn.sql("""select posting_date, customer, grand_total from `tabSales Invoice`
|
||||||
where docstatus=1 and posting_date <= %(to_date)s
|
where docstatus=1 and posting_date <= %(to_date)s
|
||||||
{company_condition} order by posting_date""".format(company_condition=company_condition),
|
{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]
|
key = si.posting_date[:7]
|
||||||
if not si.customer in customers:
|
if not si.customer in customers:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user