fix: item list view not working

(cherry picked from commit 0489e30244)
This commit is contained in:
Rohit Waghchaure
2023-05-16 00:48:52 +05:30
committed by Mergify
parent ee147e62d5
commit d9efa662d4

View File

@@ -1,5 +1,5 @@
frappe.listview_settings['Item'] = {
add_fields: ["item_name", "stock_uom", "item_group", "image", "variant_of",
add_fields: ["item_name", "stock_uom", "item_group", "image",
"has_variants", "end_of_life", "disabled"],
filters: [["disabled", "=", "0"]],