[ui] fix student image not visible (#6825)

This commit is contained in:
Faris Ansari 2016-11-07 17:10:10 +05:30 committed by Rushabh Mehta
parent 7b7b5bd340
commit 5049296f8d

View File

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