Commit 8769e31
authored
Fix attendance sheet filtering (#41)
This bug was introduced in aa0d578 - it
used to continue out of an outer loop to the next sheet, but now the
continue just skips to the next row.
This function now handles just one sheet, so if a sheet is not a
register sheet, just return immediately.1 parent b7f0de4 commit 8769e31
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments