mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 09:17:15 +00:00
Merge pull request #6114 from hereabdulla/patch-1
Update employee_list.js
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user