use issConfig accountNumber
This commit is contained in:
parent
c3a2143ffa
commit
6baa2f7d63
1 changed files with 1 additions and 1 deletions
|
|
@ -641,7 +641,7 @@ export const useMainStore = defineStore({
|
||||||
startDate,
|
startDate,
|
||||||
endDate,
|
endDate,
|
||||||
applicationName: applicationConfig.APPLICATION_NAME,
|
applicationName: applicationConfig.APPLICATION_NAME,
|
||||||
parentAccountNumber: 167132, // this.payment.parentAccountNumber,
|
parentAccountNumber: this.issConfig.parentAccountNumber,
|
||||||
carId: vehicle.carId,
|
carId: vehicle.carId,
|
||||||
lineItems,
|
lineItems,
|
||||||
glassPieces,
|
glassPieces,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue