fix: translate doctype in map msg (backport #58515) (#58517)

Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2026-08-27 19:25:51 +02:00
committed by GitHub
parent 60252cacdd
commit f0d2d40d35

View File

@@ -1087,7 +1087,7 @@ erpnext.utils.map_current_doc = function (opts) {
if (already_set) {
frappe.msgprint(
__("You have already selected items from {0} {1}", [opts.source_doctype, src])
__("You have already selected items from {0} {1}", [__(opts.source_doctype), src])
);
return;
}