display image in supplier's list view (#9500)
* [fix]display supplier image in desk * Supplier image displayed in desk * Show image in supplier desk page * [minor] removed whitespaces
This commit is contained in:
parent
24ab20fe11
commit
76f93d05b7
@ -1,3 +1,3 @@
|
||||
frappe.listview_settings['Supplier'] = {
|
||||
add_fields: ["supplier_name", "supplier_type"],
|
||||
add_fields: ["supplier_name", "supplier_type", "image"],
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user