From baaacdb2f8a50c476b0e49e6a701e4020f271e65 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Tue, 20 Aug 2024 13:02:21 +0300 Subject: [PATCH] updates --- .../BookAppointment/components/DocAvailableAppointments.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/BookAppointment/components/DocAvailableAppointments.dart b/lib/pages/BookAppointment/components/DocAvailableAppointments.dart index c30f1802..0052545b 100644 --- a/lib/pages/BookAppointment/components/DocAvailableAppointments.dart +++ b/lib/pages/BookAppointment/components/DocAvailableAppointments.dart @@ -353,8 +353,8 @@ class _DocAvailableAppointmentsState extends State wit GifLoaderDialogUtils.hideDialog(context); if (res['MessageStatus'] == 1) { if (res['FreeTimeSlots'].length != 0) { - // isWaitingAppointmentAvailable = res['IsAllowToBookWaitingAppointment']; // true; - isWaitingAppointmentAvailable = true; // true; + isWaitingAppointmentAvailable = res['IsAllowToBookWaitingAppointment']; // true; + // isWaitingAppointmentAvailable = true; // true; DocAvailableAppointments.initialSlotDuration = res['InitialSlotDuration']; DocAvailableAppointments.areAppointmentsAvailable = true; freeSlotsResponse = res['FreeTimeSlots'];