Merge pull request #3171 from Safelite/feature/CASH-2654

CASH-2654: Set IsInsurable on mobile fee
This commit is contained in:
Chris 2026-05-11 09:53:59 -04:00 committed by GitHub
commit 9b016de90e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1234,6 +1234,7 @@ export default {
supportingItems[mobileFeeIndex].laborAmount = this.mobileFeePart.laborAmount;
supportingItems[mobileFeeIndex].sellingPrice = this.mobileFeePart.sellingPrice;
supportingItems[mobileFeeIndex].kitPrice = this.mobileFeePart.kitPrice;
supportingItems[mobileFeeIndex].isInsurable = this.mobileFeePart.isInsurable;
} else {
if (this.mobileFeePart !== null) supportingItems.push(this.mobileFeePart);
}