mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
fix: Remove debug param
This commit is contained in:
@@ -110,7 +110,7 @@ def get_opportunities(filters):
|
|||||||
return frappe.db.sql("""
|
return frappe.db.sql("""
|
||||||
SELECT name, territory, opportunity_amount
|
SELECT name, territory, opportunity_amount
|
||||||
FROM `tabOpportunity` {0}
|
FROM `tabOpportunity` {0}
|
||||||
""".format(conditions), filters, as_dict=1, debug=1) #nosec
|
""".format(conditions), filters, as_dict=1) #nosec
|
||||||
|
|
||||||
def get_quotations(opportunities):
|
def get_quotations(opportunities):
|
||||||
if not opportunities:
|
if not opportunities:
|
||||||
|
|||||||
Reference in New Issue
Block a user