dev_3.13.6_CR6750
haroon amjad 1 year ago
parent 0eb0a94f48
commit baaacdb2f8

@ -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'];

Loading…
Cancel
Save