CASH-2036: Defect fix

This commit is contained in:
Chris Redelinghuys 2025-12-18 10:14:07 -05:00
parent cb4758ce7d
commit dc8d7b4c27

View file

@ -1801,7 +1801,7 @@ export default {
if (pmMobileDays == 0) { if (pmMobileDays == 0) {
// Selects the first available time slot // Selects the first available time slot
preSelectedMobileAppointment = preSelectedMobileAppointment =
numberOfDaysToFirstMobileAMDate < numberOfDaysToFirstMobilePMDate numberOfDaysToFirstMobileAMDate <= numberOfDaysToFirstMobilePMDate
? firstMobileAMAppt ? firstMobileAMAppt
: firstMobilePMAppt; : firstMobilePMAppt;
} else if ( } else if (