chore: resolve conflict

This commit is contained in:
diptanilsaha
2026-02-26 16:44:17 +05:30
parent 25b169059d
commit 39f8d35414

View File

@@ -1,11 +1,14 @@
<<<<<<< HEAD
frappe.listview_settings["Item"] = {
add_fields: ["item_name", "stock_uom", "item_group", "image", "has_variants", "end_of_life", "disabled"],
=======
frappe.listview_settings['Item'] = {
add_fields: ["item_name", "stock_uom", "item_group", "image",
"has_variants", "end_of_life", "disabled", "variant_of"],
>>>>>>> 9ea963bfe9 (fix: Variant Items, List View Enabled to Variant Status Change (#38468))
add_fields: [
"item_name",
"stock_uom",
"item_group",
"image",
"has_variants",
"end_of_life",
"disabled",
"variant_of",
],
filters: [["disabled", "=", "0"]],
get_indicator: function (doc) {