SSR-1205 Fix glass parts error for repair
This commit is contained in:
parent
ed8a60dfd3
commit
789e98e0b1
1 changed files with 1 additions and 1 deletions
|
|
@ -925,7 +925,7 @@ export const useMainStore = defineStore({
|
|||
let lineItems = [
|
||||
...(order.lineItems.supportingItems ?? []),
|
||||
...(order.lineItems.vaps ?? []),
|
||||
...(order.lineItems.glassParts)
|
||||
...(order.lineItems.glassParts ?? [])
|
||||
];
|
||||
lineItems = getLineItemsFlattened(lineItems);
|
||||
lineItems = lineItems.map((lineItem) => ({
|
||||
|
|
|
|||
Loading…
Reference in a new issue