From 27bbb561d28a379ee7f4e9beb16446a25cb55e41 Mon Sep 17 00:00:00 2001 From: AravindPranera Date: Fri, 15 Sep 2017 11:04:14 +0530 Subject: [PATCH] removed whitespace --- erpnext/crm/doctype/opportunity/opportunity.py | 1 - 1 file changed, 1 deletion(-) 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()