fix: misleading and confusing item variants field copy message

This commit is contained in:
Mihir Kandoi
2025-12-30 11:18:05 +05:30
parent 70f1d3ca47
commit b30ffc561b

View File

@@ -129,7 +129,7 @@ frappe.ui.form.on("Item", {
if (frm.doc.has_variants) {
frm.set_intro(
__(
"This Item is a Template and cannot be used in transactions. Item attributes will be copied over into the variants unless 'No Copy' is set"
"This Item is a Template and cannot be used in transactions.<br>All fields present in the 'Copy Fields to Variant' table in Item Variant Settings will be copied to its variant items."
),
true
);