|
|
|
|
@ -353,8 +353,8 @@ class _DocAvailableAppointmentsState extends State<DocAvailableAppointments> 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'];
|
|
|
|
|
|