fix: translate doctype in map msg (#58515)

This commit is contained in:
Raffael Meyer
2026-08-27 18:14:49 +02:00
committed by GitHub
parent 971b6fd49d
commit e95ca2444c

View File

@@ -1090,7 +1090,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;
}