Merge pull request #3583 from vishdha/contact_img_fix
Image in contact list view
This commit is contained in:
commit
0df4949fcc
1 changed files with 3 additions and 0 deletions
3
frappe/contacts/doctype/contact/contact_list.js
Normal file
3
frappe/contacts/doctype/contact/contact_list.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
frappe.listview_settings['Contact'] = {
|
||||
add_fields: ["image"],
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue