CASH-2472 - Reverted the change as it got merged to develop directly
This commit is contained in:
parent
d6bf78bca9
commit
00afde2c6a
1 changed files with 8 additions and 1 deletions
|
|
@ -2054,7 +2054,14 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async showMultiLocationModal() {
|
async showMultiLocationModal() {
|
||||||
if (!this.selectedRouteCodeData?.routeCode) {
|
const showMultiLocationAppointment = experimentMixin.methods.getSettingValue(
|
||||||
|
experimentSettings.SHOW_MULTI_LOCATION_APPT
|
||||||
|
);
|
||||||
|
|
||||||
|
if (
|
||||||
|
!this.selectedRouteCodeData?.routeCode &&
|
||||||
|
showMultiLocationAppointment?.toLowerCase() === "true"
|
||||||
|
) {
|
||||||
let maxDayRangeToShowPmTimeslot = experimentMixin.methods.getSettingValue(
|
let maxDayRangeToShowPmTimeslot = experimentMixin.methods.getSettingValue(
|
||||||
experimentSettings.SHOW_PM_DAYS_MULTI_LOCATION
|
experimentSettings.SHOW_PM_DAYS_MULTI_LOCATION
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue