From 23a6d05622c531011c130dd5ada67522f1371e2e Mon Sep 17 00:00:00 2001 From: Abdulla P I Date: Thu, 18 Aug 2016 12:43:19 +0530 Subject: [PATCH] Update employee_list.js --- erpnext/hr/doctype/employee/employee_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/hr/doctype/employee/employee_list.js b/erpnext/hr/doctype/employee/employee_list.js index 697900c31d..c786004a65 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];