Skip to content

Commit

Permalink
fix: item list view not working
Browse files Browse the repository at this point in the history
(cherry picked from commit 0489e30)
  • Loading branch information
rohitwaghchaure authored and mergify[bot] committed May 15, 2023
1 parent ee147e6 commit d9efa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/stock/doctype/item/item_list.js
Original file line number Diff line number Diff line change
@@ -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"]],

Expand Down

0 comments on commit d9efa66

Please sign in to comment.