From f0d2d40d353383678d4cbc2adbed0ea448c5f8e3 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 19:25:51 +0200 Subject: [PATCH] fix: translate doctype in map msg (backport #58515) (#58517) Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com> --- erpnext/public/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js index b847595d021..d959c012d84 100755 --- a/erpnext/public/js/utils.js +++ b/erpnext/public/js/utils.js @@ -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; }