mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
Add image field to fetch in Customer List
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
frappe.listview_settings['Customer'] = {
|
frappe.listview_settings['Customer'] = {
|
||||||
add_fields: ["customer_name", "territory", "customer_group", "customer_type"],
|
add_fields: ["customer_name", "territory", "customer_group", "customer_type", "image"],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user