chore: Remove image use in website item list
(cherry picked from commit 7a6ee8cf2d)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
frappe.listview_settings['Website Item'] = {
|
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"]],
|
filters: [["published", "=", "1"]],
|
||||||
|
|
||||||
get_indicator: function(doc) {
|
get_indicator: function(doc) {
|
||||||
|
|||||||
Reference in New Issue
Block a user