Merge branch 'staging' of https://dev.sismedika.online/febio/aso into staging

This commit is contained in:
2024-05-14 11:08:32 +07:00

View File

@@ -45,7 +45,8 @@ class PrescriptionController extends Controller
$startDate = $request->startDate; $startDate = $request->startDate;
$endDate = $request->endDate; $endDate = $request->endDate;
$livechat = Livechat::with('doctor.user', 'doctor.speciality', 'appointment.appointmentDetail', 'healthCare', 'summary'); $livechat = Livechat::with('doctor.user', 'doctor.speciality', 'appointment.appointmentDetail', 'healthCare', 'summary')
->where('nTebusObat', '=', 1);
// ->where('nIDAppointment', '!=', null) // ->where('nIDAppointment', '!=', null)
// ->where('nIDAppointment', '!=', ''); // ->where('nIDAppointment', '!=', '');
if ($startDate) { if ($startDate) {