Rename enquiry_type to opportunity_type in MultiSelect dialog (#12517)
diff --git a/erpnext/selling/doctype/quotation/quotation.js b/erpnext/selling/doctype/quotation/quotation.js
index 1863fb2..8417642 100644
--- a/erpnext/selling/doctype/quotation/quotation.js
+++ b/erpnext/selling/doctype/quotation/quotation.js
@@ -82,8 +82,8 @@
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");