FHM09062601IBL - fix Ttv: set orderDoctorType FORM saat insert order_doctor

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sas.fajri
2026-06-11 14:08:43 +07:00
parent 1bdb54d1c2
commit 98748620dd

View File

@@ -203,7 +203,7 @@ class Ttv extends MY_Controller
"INSERT INTO one_klinik.order_doctor "INSERT INTO one_klinik.order_doctor
(orderDoctorOrderID, orderDoctorVitalSign, orderDoctorSaran, (orderDoctorOrderID, orderDoctorVitalSign, orderDoctorSaran,
orderDoctorType, orderDoctorIsActive, orderDoctorUserID, orderDoctorCreated) orderDoctorType, orderDoctorIsActive, orderDoctorUserID, orderDoctorCreated)
VALUES (?, ?, ?, 'TEXT', 'Y', ?, NOW())", VALUES (?, ?, ?, 'FORM', 'Y', ?, NOW())",
[$orderid, $fisiks_json, $xnote, $userID] [$orderid, $fisiks_json, $xnote, $userID]
); );
} }