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

@ -281,6 +281,9 @@ class PrintResult extends BaseController {
if ($resflag == 'L' || $resflag == 'H') { if ($resflag == 'L' || $resflag == 'H') {
$color = "red_font"; $color = "red_font";
} }
if ($item['RESULT'] != $item['REFFTEXT'] && $item['code_type'] == 6 && $item['REFFTEXT'] != null) {
$color = "red_font";
}
$test = ""; $test = "";