From 02f50a93e582fc425844442d576cd65a992fbb0d Mon Sep 17 00:00:00 2001 From: Anurag Mishra <32095923+Anurag810@users.noreply.github.com> Date: Thu, 25 Feb 2021 18:47:17 +0530 Subject: [PATCH] fix: copy variants property and Attributes whil duplicatinh item Tamplate (#24662) --- erpnext/stock/doctype/item/item.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json index fcf7c2608e..6886c1ba45 100644 --- a/erpnext/stock/doctype/item/item.json +++ b/erpnext/stock/doctype/item/item.json @@ -521,8 +521,7 @@ "fieldname": "has_variants", "fieldtype": "Check", "in_standard_filter": 1, - "label": "Has Variants", - "no_copy": 1 + "label": "Has Variants" }, { "default": "Item Attribute", @@ -538,7 +537,6 @@ "fieldtype": "Table", "hidden": 1, "label": "Attributes", - "no_copy": 1, "options": "Item Variant Attribute" }, { @@ -1068,7 +1066,7 @@ "index_web_pages_for_search": 1, "links": [], "max_attachments": 1, - "modified": "2021-01-25 20:49:50.222976", + "modified": "2021-02-18 14:00:19.668049", "modified_by": "Administrator", "module": "Stock", "name": "Item",