commit | 5049296f8da47a33288e2d3c4b936214d1b7c11f | [log] [tgz] |
---|---|---|
author | Faris Ansari <netchampfaris@users.noreply.github.com> | Mon Nov 07 17:10:10 2016 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Mon Nov 07 17:10:10 2016 +0530 |
tree | c5d91da07294a7fb7e5d8a1caaac36953a1cf797 | |
parent | 7b7b5bd340f50a757978c6261ffee34561bc6426 [diff] |
[ui] fix student image not visible (#6825)
diff --git a/erpnext/schools/doctype/student/student_list.js b/erpnext/schools/doctype/student/student_list.js new file mode 100644 index 0000000..763f120 --- /dev/null +++ b/erpnext/schools/doctype/student/student_list.js
@@ -0,0 +1,3 @@ +frappe.listview_settings['Student'] = { + add_fields: [ "image"] +} \ No newline at end of file