Merge pull request #8296 from netchampfaris/customer-list-fix
Add `image` field to fetch in Customer List
This commit is contained in:
commit
099163b16d
@ -1,3 +1,3 @@
|
||||
frappe.listview_settings['Customer'] = {
|
||||
add_fields: ["customer_name", "territory", "customer_group", "customer_type"],
|
||||
add_fields: ["customer_name", "territory", "customer_group", "customer_type", "image"],
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user