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() {
|
||||
const showMultiLocationAppointment = experimentMixin.methods.getSettingValue(
|
||||
experimentSettings.SHOW_MULTI_LOCATION_APPT
|
||||
);
|
||||
|
||||
if (
|
||||
!this.selectedRouteCodeData?.routeCode &&
|
||||
showMultiLocationAppointment?.toLowerCase() === "true"
|
||||
!this.selectedRouteCodeData?.routeCode
|
||||
) {
|
||||
let maxDayRangeToShowPmTimeslot = experimentMixin.methods.getSettingValue(
|
||||
experimentSettings.SHOW_PM_DAYS_MULTI_LOCATION
|
||||
|
|
|
|||
Loading…
Reference in a new issue