Add image field to fetch in Customer List

This commit is contained in:
Faris Ansari 2017-04-03 21:20:53 +05:30
parent fcf34dc570
commit 0d114b4c31

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