From 40d427584264c6a71e38181e277da8338f74add9 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Thu, 5 Oct 2023 16:36:46 -0400 Subject: [PATCH] update to use issConfig parentNumber --- src/store/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index a95c652d..39df9e1a 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -641,7 +641,7 @@ export const useMainStore = defineStore({ startDate, endDate, applicationName: applicationConfig.APPLICATION_NAME, - parentAccountNumber: this.issConfig.parentAccountNumber, + parentAccountNumber: this.issConfig.parentAccountNumber, // this.payment.parentAccountNumber, carId: vehicle.carId, lineItems, glassPieces, @@ -703,7 +703,7 @@ export const useMainStore = defineStore({ endDate, shopAppointmentType, applicationName: applicationConfig.APPLICATION_NAME, - parentAccountNumber: 167132, // this.payment.parentAccountNumber, + parentAccountNumber: this.issConfig.parentAccountNumber, // this.payment.parentAccountNumber, carId: vehicle.carId, lineItems, glassPieces,