commit | da406d74ef8fd9024c5c76853d0b331de7801884 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Thu Feb 06 12:55:21 2020 +0530 |
committer | GitHub <noreply@github.com> | Thu Feb 06 12:55:21 2020 +0530 |
tree | 3eef59a2b5c54db9e9b12cef838d45c1180676ef | |
parent | a4928f6f5b9845a3db92dd7db7081f30775845fd [diff] |
fix: Remove debug param
diff --git a/erpnext/selling/report/territory_wise_sales/territory_wise_sales.py b/erpnext/selling/report/territory_wise_sales/territory_wise_sales.py index 656ff33..f2db478 100644 --- a/erpnext/selling/report/territory_wise_sales/territory_wise_sales.py +++ b/erpnext/selling/report/territory_wise_sales/territory_wise_sales.py
@@ -110,7 +110,7 @@ return frappe.db.sql(""" SELECT name, territory, opportunity_amount FROM `tabOpportunity` {0} - """.format(conditions), filters, as_dict=1, debug=1) #nosec + """.format(conditions), filters, as_dict=1) #nosec def get_quotations(opportunities): if not opportunities: