This commit is contained in:
CarlNation 2023-05-12 13:59:09 -04:00
parent 7f634c4db8
commit 76136bc311

View file

@ -243,7 +243,7 @@ export const mutations = {
if (serviceLocationInfo.provider) {
state.order.serviceLocation.provider.providerNumber =
serviceLocationInfo.provider?.providerNumber;
serviceLocationInfo.provider.providerNumber;
state.order.serviceLocation.provider.address = serviceLocationInfo.provider?.address;
state.order.serviceLocation.provider.city = serviceLocationInfo.provider?.city;
state.order.serviceLocation.provider.state = serviceLocationInfo.provider?.state;