Skip to content

Commit

Permalink
fix: employee filter in list view of employee checkin (backport #1612) (
Browse files Browse the repository at this point in the history
#1616)

* fix: employee filter in list view of employee checkin (#1612)

(cherry picked from commit 6231314)

# Conflicts:
#	hrms/hr/doctype/employee_checkin/employee_checkin.json

* chore: fix conflicts

---------

Co-authored-by: Jeevan syriac <[email protected]>
Co-authored-by: Rucha Mahabal <[email protected]>
  • Loading branch information
3 people authored Apr 3, 2024
1 parent e6cd651 commit c2bb8e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hrms/hr/doctype/employee_checkin/employee_checkin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
{
"fieldname": "employee",
"fieldtype": "Link",
"in_standard_filter": 1,
"label": "Employee",
"options": "Employee",
"reqd": 1,
Expand Down Expand Up @@ -109,7 +110,7 @@
}
],
"links": [],
"modified": "2023-05-12 14:52:22.660264",
"modified": "2024-04-02 01:50:23.150627",
"modified_by": "Administrator",
"module": "HR",
"name": "Employee Checkin",
Expand Down

0 comments on commit c2bb8e6

Please sign in to comment.