From f636d1c7f8872bf638058e60c8294f95576cbac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=98=9C=EC=9D=B8?= Date: Mon, 4 May 2026 16:31:04 +0900 Subject: [PATCH] fix: remove duplicated account amount block in account detail modal --- PTC/management_dashboard_preview.html | 33 --------------------------- 1 file changed, 33 deletions(-) diff --git a/PTC/management_dashboard_preview.html b/PTC/management_dashboard_preview.html index 3c0cd08..74d168b 100644 --- a/PTC/management_dashboard_preview.html +++ b/PTC/management_dashboard_preview.html @@ -7081,39 +7081,6 @@ )} -
-
계정별 금액
-
현재 선택한 계정 기준 금액입니다.
-
-
-
-
{lifecycleAccountDetailModal.account_name || "(계정명없음)"}
-
{lifecycleAccountDetailModal.account_code || "-"}
-
-
- {fmt( - (() => { - const summaryAmount = Number(lifecycleAccountDetailModal.detail?.summary?.expense_supply_sum || 0); - const selectedAmount = Number(lifecycleAccountDetailModal.allocation_result_amount || 0); - return selectedAmount > 0 ? selectedAmount : summaryAmount; - })() - )}원 -
-
-
-
) : (