Merge pull request #3138 from Safelite/rlsmerge/2026.04.10-to-2026.04.23

rlsmerge 2026.04.10 to 2026.04.23
This commit is contained in:
Chris 2026-04-09 14:05:44 -04:00 committed by GitHub
commit 94872e21ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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