Merge pull request #625 from Safelite/defect/digital/fix-claim-registration
Fix Claim Registration
This commit is contained in:
commit
d7059c9229
2 changed files with 3 additions and 2 deletions
|
|
@ -788,7 +788,8 @@ describe('coverageStatement.vue-working', () => {
|
|||
currentDeductible: servicePrice - 1
|
||||
},
|
||||
issConfig: {
|
||||
isClaimRegistrationRequired: true
|
||||
isClaimRegistrationRequired: true,
|
||||
enableNoCompQuote: true
|
||||
}
|
||||
};
|
||||
getPriceOfLineItems.mockImplementation(() => servicePrice);
|
||||
|
|
|
|||
|
|
@ -374,7 +374,7 @@ export default {
|
|||
&& policyVehicleId >= 0
|
||||
&& isClaimRegistrationRequired
|
||||
&& !isClaimAlreadyRegistered
|
||||
&& (this.isDeductibleVisible || this.isITACQuoteVisible);
|
||||
&& !this.isNoCompQuoteVisible;
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue