fix: item list view not working
This commit is contained in:
parent
59f9d41756
commit
0489e30244
@ -1,5 +1,5 @@
|
|||||||
frappe.listview_settings['Item'] = {
|
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"],
|
"has_variants", "end_of_life", "disabled"],
|
||||||
filters: [["disabled", "=", "0"]],
|
filters: [["disabled", "=", "0"]],
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user