mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-28 06:08:25 +00:00
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user