fix: report ~ lead conversion time (#19232)

This commit is contained in:
gavin 2019-10-03 11:36:04 +05:30 committed by Nabin Hait
parent 045ca33692
commit be8f6f0d65

View File

@ -67,7 +67,7 @@ def get_communication_details(filters):
communication_count = None
communication_list = []
opportunities = frappe.db.get_values('Opportunity', {'opportunity_from': 'Lead'},\
['name', 'customer_name', 'lead', 'contact_email'], as_dict=1)
['name', 'customer_name', 'contact_email'], as_dict=1)
for d in opportunities:
invoice = frappe.db.sql('''