Merge branch 'release/2026.04.10' into rlsmerge/2026.04.10-to-2026.04.23
This commit is contained in:
commit
e4a31bf85b
1 changed files with 3 additions and 5 deletions
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue