commit
83cfcfbe0c
1 changed files with 2 additions and 1 deletions
|
|
@ -720,7 +720,8 @@ export const mutations = {
|
||||||
// if we're loading a session and we do not have a provider number yet, then set isInsurance to null so that
|
// if we're loading a session and we do not have a provider number yet, then set isInsurance to null so that
|
||||||
// a service package is not selected by default on the quote page.
|
// a service package is not selected by default on the quote page.
|
||||||
if (
|
if (
|
||||||
!sessionInformation.order.payment.isInsurance &&
|
(sessionInformation.order.payment.isInsurance === null ||
|
||||||
|
sessionInformation.order.payment.isInsurance === undefined) &&
|
||||||
!sessionInformation.order.serviceLocation.provider?.providerNumber
|
!sessionInformation.order.serviceLocation.provider?.providerNumber
|
||||||
) {
|
) {
|
||||||
state.order.payment.isInsurance = null;
|
state.order.payment.isInsurance = null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue