Merge pull request #3637 from rmehta/time-log-filter
[minor] [enhancement] added employee filter in timelog #3607
This commit is contained in:
commit
76bd015b2c
@ -17,6 +17,12 @@ frappe.views.calendar["Time Log"] = {
|
||||
"options": "Workstation",
|
||||
"label": __("Workstation")
|
||||
},
|
||||
{
|
||||
"fieldtype": "Link",
|
||||
"fieldname": "employee",
|
||||
"options": "Employee",
|
||||
"label": __("Employee")
|
||||
},
|
||||
],
|
||||
get_events_method: "erpnext.projects.doctype.time_log.time_log.get_events"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user