Ensures allowing assigned IT Staff to check in outside geofence when and IT Service Request venue is outside premise

This commit is contained in:
2026-03-17 07:20:24 +08:00
parent eeab3b1fcf
commit 3e3e4d560e
5 changed files with 438 additions and 34 deletions
+1 -2
View File
@@ -100,8 +100,7 @@ class AttendanceController {
'p_attendance_id': attendanceId,
'p_lat': lat,
'p_lng': lng,
// ignore: use_null_aware_elements
if (justification != null) 'p_justification': justification,
'p_justification': justification,
},
);
}