Updated the service call to pull account number from new parent account number field.
This commit is contained in:
parent
189250f70f
commit
d923437c9b
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ export default {
|
|||
async populateISSConfigValues(data) {
|
||||
this.mainStore.issConfig.clientName = data.accountName;
|
||||
this.mainStore.issConfig.clientDisplayName = data.accountName; // Defaults to use the client name.
|
||||
this.mainStore.issConfig.accountNumber = data.accountNumber;
|
||||
this.mainStore.issConfig.accountNumber = data.parentAccountNumber;
|
||||
this.mainStore.issConfig.styleSheet = data.styleSheet;
|
||||
this.mainStore.issConfig.isCoverageEnabled = data.coverageEnabled;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue