From e3b333048fd8b09b72e0be8e1b1533c2b9f39299 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Tue, 6 Jan 2026 14:37:57 -0500 Subject: [PATCH] Fix role permission --- templates/attendance_report.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/attendance_report.html b/templates/attendance_report.html index 21aa457..c8f1f23 100644 --- a/templates/attendance_report.html +++ b/templates/attendance_report.html @@ -32,7 +32,7 @@
- {% if session.role in ['admin', 'payroll'] %} + {% if session.role in ['admin', 'payroll', 'accounting'] %}