Trailing whitespace in Line 207 and 276
diff --git a/erpnext/crm/doctype/opportunity/opportunity.py b/erpnext/crm/doctype/opportunity/opportunity.py
index da0ade7..7b052a6 100644
--- a/erpnext/crm/doctype/opportunity/opportunity.py
+++ b/erpnext/crm/doctype/opportunity/opportunity.py
@@ -187,7 +187,7 @@
@frappe.whitelist()
def make_request_for_quotation(source_name, target_doc=None):
- doclist = get_mapped_doc("Opportunity", source_name, {
+ doclist = get_mapped_doc("Opportunity", source_name, {
"Opportunity": {
"doctype": "Request for Quotation",
"validation": {
@@ -204,7 +204,7 @@
}
}, target_doc)
- return doclist
+ return doclist
@frappe.whitelist()
def make_quotation(source_name, target_doc=None):
@@ -258,7 +258,6 @@
@frappe.whitelist()
def make_supplier_quotation(source_name, target_doc=None):
- frappe.msgprint("python");
doclist = get_mapped_doc("Opportunity", source_name, {
"Opportunity": {
"doctype": "Supplier Quotation",
@@ -276,8 +275,6 @@
return doclist
-
-
@frappe.whitelist()
def set_multiple_status(names, status):
names = json.loads(names)