dental reschedule fix

Dev_3.3_MedicalReportCR
haroon amjad 3 years ago
parent f45c5de526
commit dfc2889df7

@ -72,7 +72,7 @@ class _AppointmentActionsState extends State<AppointmentActions> {
padding: EdgeInsets.all(21),
shrinkWrap: true,
itemBuilder: (context, index) {
bool shouldEnable = (widget.appo.clinicID == 17 && widget.appo.clinicID == 47 && appoButtonsList[index].caller == "openReschedule");
bool shouldEnable = ((widget.appo.clinicID == 17 || widget.appo.clinicID == 47) && appoButtonsList[index].caller == "openReschedule");
return InkWell(
onTap: shouldEnable
? null

Loading…
Cancel
Save