diff --git a/app/Services/UserDoctorService.php b/app/Services/UserDoctorService.php index 1d0b3b8..837a5f7 100644 --- a/app/Services/UserDoctorService.php +++ b/app/Services/UserDoctorService.php @@ -1666,6 +1666,8 @@ class UserDoctorService extends BaseService if (!empty($order_inquiry['pharmacist_id'])){ $data['pharmacist_id'] = $order_inquiry['pharmacist_id']; } + + $data['order_inquiry_id'] = $order_inquiry['order_inquiry_id']; $data['history_status'] = 1; $patient_history_inquiry = PatientHistoryInquiry::addPatientHistoryInquiry($data); if (empty($patient_history_inquiry)){