Merge pull request #47466 from frappe/mergify/bp/version-14-hotfix/pr-47462

Update event.js (backport #47462)
This commit is contained in:
ruthra kumar
2025-05-08 14:12:55 +05:30
committed by GitHub

View File

@@ -47,7 +47,7 @@ frappe.ui.form.on("Event", {
frm.add_custom_button(
__("Add Sales Partners"),
function () {
new frappe.desk.eventParticipants(frm, "Sales Partners");
new frappe.desk.eventParticipants(frm, "Sales Partner");
},
__("Add Participants")
);