From 9ea963bfe9cf75e140558f123350b89d806e937e Mon Sep 17 00:00:00 2001 From: Parameshwari Palanisamy <101092028+creative-paramu@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:04:56 +0530 Subject: [PATCH] fix: Variant Items, List View Enabled to Variant Status Change (#38468) * feat: Purchase Register Report Supplier Group filter Adding * fix: Variant Items, List View Enabled to Variant Status Change * Update purchase_register.js * Update purchase_register.py --- erpnext/stock/doctype/item/item_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/item/item_list.js b/erpnext/stock/doctype/item/item_list.js index 22d38e8893..1b57102d71 100644 --- a/erpnext/stock/doctype/item/item_list.js +++ b/erpnext/stock/doctype/item/item_list.js @@ -1,6 +1,6 @@ frappe.listview_settings['Item'] = { add_fields: ["item_name", "stock_uom", "item_group", "image", - "has_variants", "end_of_life", "disabled"], + "has_variants", "end_of_life", "disabled", "variant_of"], filters: [["disabled", "=", "0"]], get_indicator: function(doc) {