Update Range L Reactive tidak Merah
This commit is contained in:
parent
58be9960eb
commit
7493768c5b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user