mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-02 01:54:19 +00:00
fix: typo in event.js
"Sales Partners" -> "Sales Partner"
(cherry picked from commit edee75c757)
This commit is contained in:
committed by
Mergify
parent
3ba7bb3ab7
commit
67d24e9635
@@ -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