mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-03 00:23:21 +00:00
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
This commit is contained in:
@@ -1087,7 +1087,7 @@ erpnext.utils.map_current_doc = function (opts) {
|
|||||||
|
|
||||||
if (already_set) {
|
if (already_set) {
|
||||||
frappe.msgprint(
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user