From f58436a4dcc76d5100477b993784024c60837e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Thu, 26 Feb 2026 16:46:58 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[finance]=20=EC=9D=BC=EC=9D=BC=EC=9E=90?= =?UTF-8?q?=EA=B8=88=EC=9D=BC=EB=B3=B4=20=EC=9E=85=EA=B8=88=20=ED=85=8C?= =?UTF-8?q?=EC=9D=B4=EB=B8=94=20=EC=9E=94=EC=95=A1=20=EC=97=B4=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/finance/daily-fund.blade.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/resources/views/finance/daily-fund.blade.php b/resources/views/finance/daily-fund.blade.php index 5d3cb947..2189cde0 100644 --- a/resources/views/finance/daily-fund.blade.php +++ b/resources/views/finance/daily-fund.blade.php @@ -224,19 +224,18 @@ className="px-3 py-2 border border-gray-300 rounded-lg text-sm" - - {report.deposits.length === 0 ? ( - + ) : ( <> {report.deposits.map((d, dIdx) => ( @@ -248,9 +247,6 @@ className="px-3 py-2 border border-gray-300 rounded-lg text-sm" - ))} @@ -258,7 +254,6 @@ className="px-3 py-2 border border-gray-300 rounded-lg text-sm" - )}
+ 입금
입금처/적요 금액잔액
입금 내역 없음
입금 내역 없음
{formatCurrency(d.amount)} - {formatCurrency(d.balance)} -
{formatCurrency(report.totalDeposit)}