mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
Merge pull request #47466 from frappe/mergify/bp/version-14-hotfix/pr-47462
Update event.js (backport #47462)
This commit is contained in:
@@ -47,7 +47,7 @@ frappe.ui.form.on("Event", {
|
|||||||
frm.add_custom_button(
|
frm.add_custom_button(
|
||||||
__("Add Sales Partners"),
|
__("Add Sales Partners"),
|
||||||
function () {
|
function () {
|
||||||
new frappe.desk.eventParticipants(frm, "Sales Partners");
|
new frappe.desk.eventParticipants(frm, "Sales Partner");
|
||||||
},
|
},
|
||||||
__("Add Participants")
|
__("Add Participants")
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user