Issue for appointment reschedule fixed

dev_3.3_Floward
haroon amjad 2 years ago
parent 7fc47ebf34
commit e0c9914206

@ -308,10 +308,10 @@ class _AppointmentDetailsState extends State<AppointmentDetails> with SingleTick
}
void goToBookConfirm() {
if (DocAvailableAppointments.areAppointmentsAvailable)
if (DocAvailableAppointments.areSlotsAvailable)
navigateToBookConfirm(context);
else
AppToast.showErrorToast(message: TranslationBase.of(context).emptySchedule);
AppToast.showErrorToast(message: TranslationBase.of(context).selectSlot);
}
Future navigateToBookConfirm(context) async {

Loading…
Cancel
Save