Merge pull request #35312 from rohitwaghchaure/fixed-item-list-view-not-working

fix: item list view not working
This commit is contained in:
rohitwaghchaure 2023-05-16 01:09:44 +05:30 committed by GitHub
commit 5c2d7701ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"]],