CSR-1383: fix for repair orders
This commit is contained in:
parent
357f393433
commit
2519b71732
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ export default {
|
|||
);
|
||||
const storeLineItems = store.getters.lineItems;
|
||||
const cartItems = [
|
||||
...storeLineItems.glassParts,
|
||||
...clonedGlassParts,
|
||||
...storeLineItems.supportingItems,
|
||||
...storeLineItems.vaps,
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue