From f6b390f7f08fc1575e91c4ba5f8d287d5524d42b Mon Sep 17 00:00:00 2001 From: mikael-zakaria Date: Tue, 13 May 2025 12:34:09 +0700 Subject: [PATCH] Update agar test BILIN tidak ditampilkan pada Laporan Hasil --- app/Controllers/PrintResult.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/PrintResult.php b/app/Controllers/PrintResult.php index a8ff882..b5d1400 100644 --- a/app/Controllers/PrintResult.php +++ b/app/Controllers/PrintResult.php @@ -1185,7 +1185,7 @@ class PrintResult extends BaseController { $printable = $item['NOTPRINTABLE']; $tesscode = $item["TESTCODE"]; - return $serum_type != 'Feces' && $serum_type != 'Urine' && $chapter_eng != 'Note' && $serum_type != 'Swab Tenggorokan' && $printable !=1 && $tesscode!='EGFR' && $tesscode!='RAG' && $tesscode!='GLOB'; + return $serum_type != 'Feces' && $serum_type != 'Urine' && $chapter_eng != 'Note' && $serum_type != 'Swab Tenggorokan' && $printable !=1 && $tesscode!='EGFR' && $tesscode!='RAG' && $tesscode!='GLOB' && $tesscode!='BILIN'; }); $notes = array_filter($results, function($item) {