mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 14:38:26 +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) {
|
if (frm.doc.has_variants) {
|
||||||
frm.set_intro(
|
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
|
true
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user