diff --git a/erpnext/hr/doctype/employee/employee_list.js b/erpnext/hr/doctype/employee/employee_list.js index 697900c31d9..c786004a65f 100644 --- a/erpnext/hr/doctype/employee/employee_list.js +++ b/erpnext/hr/doctype/employee/employee_list.js @@ -1,5 +1,5 @@ frappe.listview_settings['Employee'] = { - add_fields: ["status", "branch", "department", "designation"], + add_fields: ["status", "branch", "department", "designation","image"], filters: [["status","=", "Active"]], get_indicator: function(doc) { var indicator = [__(doc.status), frappe.utils.guess_colour(doc.status), "status,=," + doc.status];