From ed361d05aa57ae60a33ce6974e9c9efe8a848e20 Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Wed, 7 May 2025 12:17:06 +0530 Subject: [PATCH] Bug Fix From Ria --- app/Views/attendance.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/app/Views/attendance.php b/app/Views/attendance.php index 290411a2..5e2f8af0 100755 --- a/app/Views/attendance.php +++ b/app/Views/attendance.php @@ -249,8 +249,8 @@ $currentday = date('d'); -
- +
@@ -1146,4 +1146,12 @@ $("#searchInput").on("keyup", function () { } } }); + + + \ No newline at end of file