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