Merge pull request #3583 from vishdha/contact_img_fix

Image in contact list view
This commit is contained in:
Makarand Bauskar 2017-07-03 12:08:29 +05:30 committed by GitHub
commit 0df4949fcc

View file

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