From 6fadb3f0955bd52870f50bec01db8671be5569e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Tue, 3 Feb 2026 16:25:03 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EB=AA=A8=EB=8B=AC=20=EC=88=98=EB=8B=B9=20?= =?UTF-8?q?=ED=95=A9=EA=B3=84=EB=A5=BC=20=EC=98=88=EC=83=81=20=EC=88=98?= =?UTF-8?q?=EB=8B=B9=20=EA=B0=92=EC=9C=BC=EB=A1=9C=20=ED=86=B5=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - $stats['total_commission'] → $totalCommissionAmount로 변경 - 카드와 모달의 수당 합계 일치 Co-Authored-By: Claude Opus 4.5 --- resources/views/sales/dashboard/partials/stats.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/sales/dashboard/partials/stats.blade.php b/resources/views/sales/dashboard/partials/stats.blade.php index 0660ae4c..361ba62f 100644 --- a/resources/views/sales/dashboard/partials/stats.blade.php +++ b/resources/views/sales/dashboard/partials/stats.blade.php @@ -234,8 +234,8 @@ class="p-1.5 text-gray-400 hover:text-gray-600 hover:bg-gray-100 rounded-lg tran {{-- 수당 합계 --}}
- 수당 합계 - {{ number_format($stats['total_commission'] ?? 0) }}원 + 예상 수당 합계 + {{ number_format($totalCommissionAmount) }}원