From 766e67b615b16f1f552925038f9052f12ac2a989 Mon Sep 17 00:00:00 2001 From: Vishal Date: Thu, 29 Jun 2017 15:02:18 +0530 Subject: [PATCH] Image in contact list view --- frappe/contacts/doctype/contact/contact_list.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frappe/contacts/doctype/contact/contact_list.js diff --git a/frappe/contacts/doctype/contact/contact_list.js b/frappe/contacts/doctype/contact/contact_list.js new file mode 100644 index 0000000000..a93b3f0d73 --- /dev/null +++ b/frappe/contacts/doctype/contact/contact_list.js @@ -0,0 +1,3 @@ +frappe.listview_settings['Contact'] = { + add_fields: ["image"], +}; \ No newline at end of file