Not sure how this got lost.

May have deleted a stash
This commit is contained in:
Bill Richardson 2023-10-16 11:58:51 -04:00
parent 58f54257b2
commit 286aa091df

View file

@ -997,7 +997,9 @@ export const useMainStore = defineStore({
zipCode: serviceLocation.zipCode,
zipCodeCtu: serviceLocation.zipCodeCtu
},
appointmentType: serviceLocation.appointmentType,
appointmentType: (serviceLocation.appointmentType === AppointmentTypeStrings.MOBILE
|| serviceLocation.appointmentType === AppointmentTypeStrings.MOBILE_NOT_ITAC_AND_NOT_NOCOMP)
? AppointmentTypeStrings.MOBILE : serviceLocation.appointmentType,
isVehicleProtected: serviceLocation.isVehicleProtected,
provider: {
providerNumber: serviceLocation.provider?.providerNumber,