From e5d5dfd48a17b5adcb7ca25af6a194bd0c5ac628 Mon Sep 17 00:00:00 2001 From: "sas.fajri" Date: Thu, 11 Jun 2026 15:48:01 +0700 Subject: [PATCH] FHM09062601IBL - get_vaccines: filter px_type = PX Co-Authored-By: Claude Sonnet 4.6 --- application/controllers/klinik/doctorv5/Anamnesedoctor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/controllers/klinik/doctorv5/Anamnesedoctor.php b/application/controllers/klinik/doctorv5/Anamnesedoctor.php index a3d77d03..b83a9347 100644 --- a/application/controllers/klinik/doctorv5/Anamnesedoctor.php +++ b/application/controllers/klinik/doctorv5/Anamnesedoctor.php @@ -3229,6 +3229,7 @@ function get_data_order_anamnesis($orderID){ JOIN one_lab.t_test t ON spm.T_TestID = t.T_TestID AND t.T_TestIsActive = 'Y' WHERE spm.Ss_PriceMouM_MouID = {$mou_id} AND spm.is_packet = 'N' + AND spm.px_type = 'PX' AND CONCAT(t.T_TestSasCode,' ',t.T_TestName) LIKE CONCAT('%', '{$search_esc}', '%') ORDER BY t.T_TestName LIMIT 50";