From 4d4ce3e5cf3a50e0448f0492879c5dd207d1e242 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 17 Jan 2018 14:40:27 +0530 Subject: [PATCH] Rename enquiry_type to opportunity_type in MultiSelect dialog (#12517) --- erpnext/selling/doctype/quotation/quotation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/selling/doctype/quotation/quotation.js b/erpnext/selling/doctype/quotation/quotation.js index 1863fb2a5e2..84176426be0 100644 --- a/erpnext/selling/doctype/quotation/quotation.js +++ b/erpnext/selling/doctype/quotation/quotation.js @@ -82,8 +82,8 @@ erpnext.selling.QuotationController = erpnext.selling.SellingController.extend({ get_query_filters: { status: ["not in", ["Lost", "Closed"]], company: me.frm.doc.company, - // cannot set enquiry_type as setter, as the fieldname is order_type - enquiry_type: me.frm.doc.order_type, + // cannot set opportunity_type as setter, as the fieldname is order_type + opportunity_type: me.frm.doc.order_type, } }) }, __("Get items from"), "btn-default");