From b0ba2a4df28f847a13e3ecaff7b977085b3c324a Mon Sep 17 00:00:00 2001 From: mikael-zakaria Date: Sun, 4 May 2025 20:31:04 +0700 Subject: [PATCH] Update Untuk STC2 yang testcodenya Null v2 --- 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 5ed117d..ac8f275 100644 --- a/app/Controllers/PrintResult.php +++ b/app/Controllers/PrintResult.php @@ -1155,7 +1155,7 @@ class PrintResult extends BaseController { $printable = $item['NOTPRINTABLE']; $shorttext = $item['SHORTTEXT']; // Hanya Temporary - return $serum_type == 'Feces' && ( in_array($tesscode, ['STC2', 'SCSAL', 'SCSHI']) || in_array($tesscode, ['Stool Culture 2 Bact', 'Salmonella sp', 'Shigella sp']) ) && $printable !=1; + return $serum_type == 'Feces' && ( in_array($tesscode, ['STC2', 'SCSAL', 'SCSHI']) || in_array($shorttext, ['Stool Culture 2 Bact', 'Salmonella sp', 'Shigella sp']) ) && $printable !=1; }); $data_feces_stc4 = array_filter($results, function($item) { $serum_type = $item["serum_type"];