chore: Remove image use in website item list

(cherry picked from commit 7a6ee8cf2d)
This commit is contained in:
marination
2022-07-07 14:24:32 +05:30
committed by Mergify
parent 0e469f6d95
commit a8da5f4566

View File

@@ -1,5 +1,5 @@
frappe.listview_settings['Website Item'] = {
add_fields: ["item_name", "web_item_name", "published", "image", "has_variants", "variant_of"],
add_fields: ["item_name", "web_item_name", "published", "website_image", "has_variants", "variant_of"],
filters: [["published", "=", "1"]],
get_indicator: function(doc) {