diff --git a/src/store/index.js b/src/store/index.js index 03541083..db3c739e 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -522,7 +522,7 @@ export const useMainStore = defineStore({ const glassInformation = this.order.damage.glassToReplace; glassInformation.forEach((glassPiece) => { const glassPieceObject = { - name: glassPiece.glassLocation + name: glassPiece.glassLocation.toUpperCase() }; orderItemsArray.push(glassPieceObject); manuaGlassNamesArray.push(glassPiece.glassLocation);