mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
Merge pull request #8296 from netchampfaris/customer-list-fix
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