CASH-2654: Set IsInsurable on mobile fee

This commit is contained in:
credelinghuys 2026-05-11 09:43:07 -04:00
parent 8529a03c32
commit f425ff3fc8

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);
}