commit | 7b35bcb30db184cd425c9ee9d77362647f381792 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Nov 28 16:27:52 2013 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Nov 28 16:27:52 2013 +0530 |
tree | f7c2f769b7b1c1fae49b95f62e7f4c77c8baef2c | |
parent | ad701d3745abbe9a6c65cbad60ed8603d2134880 [diff] |
[minor] removed debug in report
diff --git a/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py b/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py index 77432ea..2b17c85 100644 --- a/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +++ b/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py
@@ -19,7 +19,7 @@ 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: