From 1b85a26f1d390ad57c16b77c95c617a072f76934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Thu, 5 Mar 2026 16:06:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[leave]=20=ED=9C=B4=EA=B0=80=EC=8B=A0?= =?UTF-8?q?=EC=B2=AD=20=ED=83=AD=20=EA=B8=B0=EB=B3=B8=20=EC=A2=85=EB=A3=8C?= =?UTF-8?q?=EC=9D=BC=EC=9D=84=20=EC=97=B0=EB=A7=90=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 미래 날짜 휴가가 기본 필터에서 제외되는 문제 수정 - date_to 기본값: today → endOfYear --- resources/views/hr/leaves/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/hr/leaves/index.blade.php b/resources/views/hr/leaves/index.blade.php index e3cc9df6..683fdca6 100644 --- a/resources/views/hr/leaves/index.blade.php +++ b/resources/views/hr/leaves/index.blade.php @@ -97,7 +97,7 @@ class="w-full px-3 py-2 border border-gray-300 rounded-lg text-sm focus:ring-2 f
@@ -113,7 +113,7 @@ class="px-4 py-2 bg-gray-600 hover:bg-gray-700 text-white text-sm rounded-lg tra {{-- HTMX 테이블 영역 --}}