From 6350159943e0ff7d1789402342ba9130db746cf3 Mon Sep 17 00:00:00 2001 From: brusnitsyn Date: Fri, 17 Jul 2026 14:38:56 +0900 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=B0=D1=82=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D0=BE=D1=82=D1=87=D0=B5=D1=82=D0=BE=D0=B2=20=D0=B4?= =?UTF-8?q?=D0=B5=D0=B6=D1=83=D1=80=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=B8=20?= =?UTF-8?q?=D0=BC=D0=B5=D0=B4.=20=D1=81=D0=B5=D1=81=D1=82=D1=80=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DateRangeService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);