CSR-2320 | Vehicle page is not locked when changing vehicle

This fix is specific to endorsement policies ("was it on school propety?")
This commit is contained in:
Scott Kiener 2024-11-14 09:16:04 -05:00
parent 08f0448d96
commit 1798a4c16d

View file

@ -398,7 +398,8 @@ export default {
},
methods: {
isDisabled(options) {
if (!options.length || store.getters.payment?.insuranceCoverage?.isVerified) {
if (!options.length || store.getters.payment?.insuranceCoverage?.isVerified || (store.getters.order.payment?.isInsurance &&
getFunnelCookie().HasDelayedClaimRegistration)) {
return true;
} else {
return false;