Ensures allowing assigned IT Staff to check in outside geofence when and IT Service Request venue is outside premise
This commit is contained in:
@@ -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,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user