diff --git a/erpnext/crm/doctype/opportunity/opportunity.py b/erpnext/crm/doctype/opportunity/opportunity.py index 944eb569008..4e6047760cf 100644 --- a/erpnext/crm/doctype/opportunity/opportunity.py +++ b/erpnext/crm/doctype/opportunity/opportunity.py @@ -272,7 +272,6 @@ def make_supplier_quotation(source_name, target_doc=None): } } }, target_doc) - return doclist @frappe.whitelist()