Update Color Value Nilai Tidak Normal

This commit is contained in:
mikael-zakaria 2025-01-13 22:39:45 +07:00
parent 85c609db1a
commit e91137f1ea

View File

@ -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";
}