From 7493768c5b42abb0d1d1795120904ef21434a4ac Mon Sep 17 00:00:00 2001 From: mikael-zakaria Date: Thu, 24 Apr 2025 11:50:25 +0800 Subject: [PATCH] Update Range L Reactive tidak Merah --- app/Controllers/PrintResult.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Controllers/PrintResult.php b/app/Controllers/PrintResult.php index e180af6..3b6ab62 100644 --- a/app/Controllers/PrintResult.php +++ b/app/Controllers/PrintResult.php @@ -856,7 +856,7 @@ class PrintResult extends BaseController { if($item['CHAPID']==1) { $color = ""; $resflag = ""; - } elseif ($resflag == 'L' || $resflag == 'H') { + } elseif ($resflag == 'L' ) { // $resflag .= "  "; // $color = "red_font"; @@ -871,6 +871,8 @@ class PrintResult extends BaseController { $color = ""; } } + } else if ($resflag == 'H'){ + $color = "red_font"; } // Hanya Untuk Yang Kode Nya Adalah CODE/CM