Merge branch 'version-15-hotfix' into mergify/bp/version-15-hotfix/pr-46214

This commit is contained in:
Marica
2025-05-13 17:07:43 +02:00
committed by GitHub
125 changed files with 3617 additions and 3118 deletions

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")
);