CASH-2472 - Update Custom Exposure Logging for MultiLocationPopup
This commit is contained in:
parent
eb825a78c1
commit
f80e85e2d8
1 changed files with 1 additions and 6 deletions
|
|
@ -2054,13 +2054,8 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async showMultiLocationModal() {
|
async showMultiLocationModal() {
|
||||||
const showMultiLocationAppointment = experimentMixin.methods.getSettingValue(
|
|
||||||
experimentSettings.SHOW_MULTI_LOCATION_APPT
|
|
||||||
);
|
|
||||||
|
|
||||||
if (
|
if (
|
||||||
!this.selectedRouteCodeData?.routeCode &&
|
!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