Merge branch 'release/2026.04.10' into rlsmerge/2026.04.10-to-2026.04.23

This commit is contained in:
credelinghuys 2026-04-09 13:52:17 -04:00
commit e4a31bf85b

View file

@ -705,11 +705,9 @@ export default {
}, },
isMobileStaticRecalibrationApplicable() { isMobileStaticRecalibrationApplicable() {
return ( return (
(this.displayMSR && this.displayMSR &&
this.mobileFeePart?.partNumber == partNumberStrings.MOBILE_STATIC_RECAL_FEE && this.mobileFeePart?.partNumber == partNumberStrings.MOBILE_STATIC_RECAL_FEE &&
this.enableMSRSplitPay) || (this.enableMSRSplitPay || this.isCashItacNoComp || this.mobileFeePart?.isInsurable)
this.isCashItacNoComp ||
this.mobileFeePart?.isInsurable
); );
}, },
displayMSR() { displayMSR() {