From 2c1f44ecfa22890c2449ffc9ac2a2fc609d0a6ea Mon Sep 17 00:00:00 2001 From: AravindPranera Date: Fri, 15 Sep 2017 10:57:23 +0530 Subject: [PATCH] Trailing space removed in line 275 --- erpnext/crm/doctype/opportunity/opportunity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/crm/doctype/opportunity/opportunity.py b/erpnext/crm/doctype/opportunity/opportunity.py index 7b052a67598..944eb569008 100644 --- a/erpnext/crm/doctype/opportunity/opportunity.py +++ b/erpnext/crm/doctype/opportunity/opportunity.py @@ -273,7 +273,7 @@ def make_supplier_quotation(source_name, target_doc=None): } }, target_doc) - return doclist + return doclist @frappe.whitelist() def set_multiple_status(names, status):