mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 21:18:27 +00:00
fix: cur_frm -> frm
This commit is contained in:
@@ -127,14 +127,14 @@ frappe.ui.form.on("Opportunity", {
|
||||
make_supplier_quotation: function(frm) {
|
||||
frappe.model.open_mapped_doc({
|
||||
method: "erpnext.crm.doctype.opportunity.opportunity.make_supplier_quotation",
|
||||
frm: cur_frm
|
||||
frm: frm
|
||||
})
|
||||
},
|
||||
|
||||
make_request_for_quotation: function(frm) {
|
||||
frappe.model.open_mapped_doc({
|
||||
method: "erpnext.crm.doctype.opportunity.opportunity.make_request_for_quotation",
|
||||
frm: cur_frm
|
||||
frm: frm
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user