mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 04:15:10 +00:00
fix(Supplier): add make_method for Pricing Rule (#49282)
This commit is contained in:
@@ -67,6 +67,7 @@ frappe.ui.form.on("Supplier", {
|
|||||||
|
|
||||||
frm.make_methods = {
|
frm.make_methods = {
|
||||||
"Bank Account": () => erpnext.utils.make_bank_account(frm.doc.doctype, frm.doc.name),
|
"Bank Account": () => erpnext.utils.make_bank_account(frm.doc.doctype, frm.doc.name),
|
||||||
|
"Pricing Rule": () => erpnext.utils.make_pricing_rule(frm.doc.doctype, frm.doc.name),
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user