chore: Remove image use in website item list

This commit is contained in:
marination 2022-07-07 14:24:32 +05:30
parent b58d7d1c89
commit 7a6ee8cf2d

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) {