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 |