From 6a08b6164fdc35c3dc66fba76b0245a3a9ae446a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B1=EC=98=81?= Date: Fri, 5 Dec 2025 17:00:33 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AF=B8=ED=95=84=20=EC=9E=91=EC=97=85=20?= =?UTF-8?q?=EC=A7=84=ED=96=89=20=EC=A4=91...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/views/carInspectionPenalty/registrationOm/list.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/views/carInspectionPenalty/registrationOm/list.jsp b/src/main/webapp/WEB-INF/views/carInspectionPenalty/registrationOm/list.jsp index 5b1acf7..7a19e05 100644 --- a/src/main/webapp/WEB-INF/views/carInspectionPenalty/registrationOm/list.jsp +++ b/src/main/webapp/WEB-INF/views/carInspectionPenalty/registrationOm/list.jsp @@ -960,7 +960,7 @@ */ function openHistoryWithCarFfnlgTrgtIncmpId(carFfnlgTrgtIncmpId) { console.log('Opening history with carFfnlgTrgtIncmpId:', carFfnlgTrgtIncmpId); - var url = '?searchCarFfnlgTrgtIncmpId=' + encodeURIComponent(carFfnlgTrgtIncmpId); + var url = '?searchCarFfnlgTrgtId=' + encodeURIComponent(carFfnlgTrgtIncmpId); window.open(url, '_blank'); }