CASH-2114: Copy over Childparts when swapping OEM glass
This commit is contained in:
parent
7b5397cb5d
commit
09a9799624
1 changed files with 2 additions and 0 deletions
|
|
@ -995,6 +995,8 @@ export default {
|
|||
(altPart) => altPart.partType === partTypeStrings.WINDSHIELD
|
||||
);
|
||||
if (altPartToUse) {
|
||||
let childParts = this.lineItems.glassParts[index].childParts;
|
||||
altPartToUse.childParts = childParts;
|
||||
this.lineItems.glassParts[index] = altPartToUse;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue