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