Merge branch 'staging' of https://dev.sismedika.online/febio/aso into staging
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user