From d87a4b2541cf52c28890dcd7713017d4e725cda9 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 19:26:19 +0200 Subject: [PATCH] fix: translate doctype in map msg (backport #58515) (#58516) 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 2f66c0720d8..4ec8bddb6b1 100755 --- a/erpnext/public/js/utils.js +++ b/erpnext/public/js/utils.js @@ -982,7 +982,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; }