CASH-2753 itac nocomp should work like cash

CASH-2753 itac nocomp should work like cash
This commit is contained in:
Carl Nation 2026-05-29 15:38:08 -04:00
parent 1cb4513f32
commit 5960930b23
2 changed files with 3 additions and 1 deletions

View file

@ -1007,7 +1007,7 @@ export default {
return this.getCmsContent("RecycleTextBlock", "Text");
},
msrToolTipBodyText() {
let cmsContentText = this.isInsurance
let cmsContentText = this.isInsurance && !this.isItac && !this.isNoComp
? this.getCmsContent("MSRModal", "BodyText")
: this.getCmsContent("MSRModal", "BodyText2");
if (this.isInsurance && cmsContentText) {

View file

@ -736,6 +736,8 @@ export default {
this.isMobileStaticRecalibrationApplicable &&
this.mobileFeeHasPrice &&
this.isInsurance &&
!this.isITAC &&
!this.isNoComp &&
!this.mobileFeePart?.isInsurable
);
},