diff --git a/src/fmg-components/cart/cart.vue b/src/fmg-components/cart/cart.vue index fa58cb57f..e38faca3b 100644 --- a/src/fmg-components/cart/cart.vue +++ b/src/fmg-components/cart/cart.vue @@ -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) { diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index 788b7c388..5e8e6abd9 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -736,6 +736,8 @@ export default { this.isMobileStaticRecalibrationApplicable && this.mobileFeeHasPrice && this.isInsurance && + !this.isITAC && + !this.isNoComp && !this.mobileFeePart?.isInsurable ); },