CASH-2753 itac nocomp should work like cash
CASH-2753 itac nocomp should work like cash
This commit is contained in:
parent
1cb4513f32
commit
5960930b23
2 changed files with 3 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -736,6 +736,8 @@ export default {
|
|||
this.isMobileStaticRecalibrationApplicable &&
|
||||
this.mobileFeeHasPrice &&
|
||||
this.isInsurance &&
|
||||
!this.isITAC &&
|
||||
!this.isNoComp &&
|
||||
!this.mobileFeePart?.isInsurable
|
||||
);
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue