mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 17:53:49 +00:00
Merge pull request #51376 from mihir-kandoi/gh45649
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user