From b30ffc561b2aa0c8d70fa93dabbf6af23ec3ba7a Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Tue, 30 Dec 2025 11:18:05 +0530 Subject: [PATCH] fix: misleading and confusing item variants field copy message --- erpnext/stock/doctype/item/item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js index 2503cd0148e..eb251dbf2c5 100644 --- a/erpnext/stock/doctype/item/item.js +++ b/erpnext/stock/doctype/item/item.js @@ -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.
All fields present in the 'Copy Fields to Variant' table in Item Variant Settings will be copied to its variant items." ), true );