mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
Merge pull request #38410 from frappe/mergify/bp/version-14-hotfix/pr-38165
fix: make create button translatable (backport #38165)
This commit is contained in:
@@ -13,7 +13,7 @@ frappe.ui.form.on("Communication", {
|
|||||||
frappe.confirm(__(confirm_msg, [__("Issue")]), () => {
|
frappe.confirm(__(confirm_msg, [__("Issue")]), () => {
|
||||||
frm.trigger('make_issue_from_communication');
|
frm.trigger('make_issue_from_communication');
|
||||||
})
|
})
|
||||||
}, "Create");
|
}, __("Create"));
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!in_list(["Lead", "Opportunity"], frm.doc.reference_doctype)) {
|
if(!in_list(["Lead", "Opportunity"], frm.doc.reference_doctype)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user