Browse Source

Merge pull request #3583 from vishdha/contact_img_fix

Image in contact list view
version-14
Makarand Bauskar 8 years ago
committed by GitHub
parent
commit
0df4949fcc
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      frappe/contacts/doctype/contact/contact_list.js

+ 3
- 0
frappe/contacts/doctype/contact/contact_list.js View File

@@ -0,0 +1,3 @@
frappe.listview_settings['Contact'] = {
add_fields: ["image"],
};

Loading…
Cancel
Save