Merge pull request #53001 from frappe/mergify/bp/version-15-hotfix/pr-38468

fix: Variant Items, List View Enabled to Variant Status Change (backport #38468)
This commit is contained in:
Diptanil Saha
2026-02-26 16:50:55 +05:30
committed by GitHub

View File

@@ -1,5 +1,14 @@
frappe.listview_settings["Item"] = {
add_fields: ["item_name", "stock_uom", "item_group", "image", "has_variants", "end_of_life", "disabled"],
add_fields: [
"item_name",
"stock_uom",
"item_group",
"image",
"has_variants",
"end_of_life",
"disabled",
"variant_of",
],
filters: [["disabled", "=", "0"]],
get_indicator: function (doc) {