From 5960930b236517440a85f41839c1d0bba3029911 Mon Sep 17 00:00:00 2001 From: Carl Nation Date: Fri, 29 May 2026 15:38:08 -0400 Subject: [PATCH 1/2] CASH-2753 itac nocomp should work like cash CASH-2753 itac nocomp should work like cash --- src/fmg-components/cart/cart.vue | 2 +- src/layouts/schedule/schedule.vue | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 ); }, From 9a8dafa4906c30a54c4ae6e69fa4df84e4b8f5ba Mon Sep 17 00:00:00 2001 From: Carl Nation Date: Fri, 29 May 2026 15:43:52 -0400 Subject: [PATCH 2/2] prettier --- src/fmg-components/cart/cart.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/fmg-components/cart/cart.vue b/src/fmg-components/cart/cart.vue index e38faca3b..5d48dc5ae 100644 --- a/src/fmg-components/cart/cart.vue +++ b/src/fmg-components/cart/cart.vue @@ -1007,9 +1007,10 @@ export default { return this.getCmsContent("RecycleTextBlock", "Text"); }, msrToolTipBodyText() { - let cmsContentText = this.isInsurance && !this.isItac && !this.isNoComp - ? this.getCmsContent("MSRModal", "BodyText") - : this.getCmsContent("MSRModal", "BodyText2"); + let cmsContentText = + this.isInsurance && !this.isItac && !this.isNoComp + ? this.getCmsContent("MSRModal", "BodyText") + : this.getCmsContent("MSRModal", "BodyText2"); if (this.isInsurance && cmsContentText) { cmsContentText = cmsContentText.replaceAll( "{custom:mobileFee}",