Merge branch 'release/2026.01.08' into nation/CASH-2041
This commit is contained in:
commit
61cd805896
1 changed files with 1 additions and 1 deletions
|
|
@ -1803,7 +1803,7 @@ export default {
|
|||
if (pmMobileDays == 0) {
|
||||
// Selects the first available time slot
|
||||
preSelectedMobileAppointment =
|
||||
numberOfDaysToFirstMobileAMDate < numberOfDaysToFirstMobilePMDate
|
||||
numberOfDaysToFirstMobileAMDate <= numberOfDaysToFirstMobilePMDate
|
||||
? firstMobileAMAppt
|
||||
: firstMobilePMAppt;
|
||||
} else if (
|
||||
|
|
|
|||
Loading…
Reference in a new issue