Update Color Value Nilai Tidak Normal
This commit is contained in:
parent
85c609db1a
commit
e91137f1ea
@ -278,7 +278,10 @@ class PrintResult extends BaseController {
|
||||
if($unittext !='') {$unit = $unittext;}
|
||||
|
||||
$color = "";
|
||||
if($resflag == 'L' || $resflag == 'H'){
|
||||
if ($resflag == 'L' || $resflag == 'H') {
|
||||
$color = "red_font";
|
||||
}
|
||||
if ($item['RESULT'] != $item['REFFTEXT'] && $item['code_type'] == 6 && $item['REFFTEXT'] != null) {
|
||||
$color = "red_font";
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user