Merge pull request #3171 from Safelite/feature/CASH-2654
CASH-2654: Set IsInsurable on mobile fee
This commit is contained in:
commit
9b016de90e
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue