Merge pull request #8296 from netchampfaris/customer-list-fix

Add `image` field to fetch in Customer List
This commit is contained in:
Nabin Hait 2017-04-04 09:39:22 +05:30 committed by GitHub
commit 099163b16d

View File

@ -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"],
};