not yet working correctly

This commit is contained in:
Wolfgang Hottgenroth 2021-10-31 23:06:02 +01:00
parent 797151d547
commit 419997cea5
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469
2 changed files with 2 additions and 1 deletions

View File

@ -121,6 +121,7 @@ export class AccountComponent implements OnInit {
private async init(): Promise<void> {
this.messageService.add(`AccountComponent.init, account: ${this.selectedAccountId}`)
this.newAccountEntry = NULL_AccountEntry
this.getAccount()
await this.getAccountEntryCategories()
if (this.shallBeRentPayment) {
@ -137,4 +138,5 @@ export class AccountComponent implements OnInit {
this.init()
}
}

View File

@ -18,7 +18,6 @@ export class LedgerComponent implements OnInit {
collapseIncomeDetails: boolean = false
collapseExpenseDetails: boolean = false
constructor(
private extApiService: ExtApiService,
private messageService: MessageService