diff --git a/app/Services/DateRangeService.php b/app/Services/DateRangeService.php index 73a4ea4..1dd1bf2 100644 --- a/app/Services/DateRangeService.php +++ b/app/Services/DateRangeService.php @@ -160,7 +160,7 @@ class DateRangeService private function getDefaultDateRange($user): array { $requestPath = request()->path(); - $switchToday = $requestPath === 'report'; + $switchToday = $requestPath === 'report' || $requestPath === 'nurse/report'; [$startDate, $endDate] = $this->currentShiftBoundaries($switchToday);