Merge pull request #35312 from rohitwaghchaure/fixed-item-list-view-not-working
fix: item list view not working
This commit is contained in:
commit
5c2d7701ea
@ -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"]],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user