From 0d114b4c31b116f4f0a5c521e78a1302495883b1 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Mon, 3 Apr 2017 21:20:53 +0530 Subject: [PATCH] Add `image` field to fetch in Customer List --- erpnext/selling/doctype/customer/customer_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/selling/doctype/customer/customer_list.js b/erpnext/selling/doctype/customer/customer_list.js index 09c3e93c1c..38fc9ad1f1 100644 --- a/erpnext/selling/doctype/customer/customer_list.js +++ b/erpnext/selling/doctype/customer/customer_list.js @@ -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"], };