From 09192f4cbe595c9cf475773863be4e1d58fd80c2 Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Tue, 14 Jul 2026 12:06:46 -0400 Subject: [PATCH] =?UTF-8?q?v1.4.10=20-=20[FORECAST]=20List=20=EC=97=90?= =?UTF-8?q?=EC=84=9C=20Closed=20=ED=91=9C=EC=8B=9C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/doc/forecast_list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public_html/doc/forecast_list.php b/public_html/doc/forecast_list.php index 8a294cb..08e9b25 100644 --- a/public_html/doc/forecast_list.php +++ b/public_html/doc/forecast_list.php @@ -507,7 +507,7 @@ foreach ($rows as $list) { $list_numberSTR - $c_nameSTR   $driverPopup + $c_nameSTR".(isset($closedSet[$c_uid]) ? " CLOSED" : "")."   $driverPopup $c_accountno $containerChipsHtml $c_paymenttype @@ -691,7 +691,7 @@ if ($c_type_r == 'R') { R - $c_nameSTR   $driverPopup + $c_nameSTR".(isset($closedSet[$c_uid]) ? " CLOSED" : "")."   $driverPopup $c_accountno $containerChipsHtml $c_paymenttype @@ -831,7 +831,7 @@ if ($c_type_p == 'P') { S - $c_nameSTR   $driverPopup + $c_nameSTR".(isset($closedSet[$c_uid]) ? " CLOSED" : "")."   $driverPopup $c_accountno $containerChipsHtml $c_paymenttype