mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
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:
committed by
Makarand Bauskar
parent
24ab20fe11
commit
76f93d05b7
@@ -1,3 +1,3 @@
|
|||||||
frappe.listview_settings['Supplier'] = {
|
frappe.listview_settings['Supplier'] = {
|
||||||
add_fields: ["supplier_name", "supplier_type"],
|
add_fields: ["supplier_name", "supplier_type", "image"],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user