Skip to content

Commit

Permalink
feat: Add Select/Unselect All options in Mark Attendance Dialog (#1005)
Browse files Browse the repository at this point in the history
* feat:Add Unselect all in Mark Attendance Dialog

* chore: fix formatting

---------

Co-authored-by: Rucha Mahabal <[email protected]>
  • Loading branch information
creative-paramu and ruchamahabal authored Oct 26, 2023
1 parent f5d88d3 commit bbe3918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hrms/hr/doctype/attendance/attendance_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ frappe.listview_settings["Attendance"] = {
fieldtype: "MultiCheck",
options: [],
columns: 2,
select_all: true,
},
],
primary_action(data) {
Expand Down

0 comments on commit bbe3918

Please sign in to comment.