CASH-2036: Defect fix
This commit is contained in:
parent
cb4758ce7d
commit
dc8d7b4c27
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue