Merge pull request #3106 from Safelite/feature/CASH-2472
CASH-2472 - Enabled custom exposure logging for Multi Location Pop up
This commit is contained in:
commit
d6bf78bca9
1 changed files with 1 additions and 8 deletions
|
|
@ -2054,14 +2054,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async showMultiLocationModal() {
|
async showMultiLocationModal() {
|
||||||
const showMultiLocationAppointment = experimentMixin.methods.getSettingValue(
|
if (!this.selectedRouteCodeData?.routeCode) {
|
||||||
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