not yet working correctly

This commit is contained in:
2021-10-31 23:06:02 +01:00
parent 797151d547
commit 419997cea5
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> { private async init(): Promise<void> {
this.messageService.add(`AccountComponent.init, account: ${this.selectedAccountId}`) this.messageService.add(`AccountComponent.init, account: ${this.selectedAccountId}`)
this.newAccountEntry = NULL_AccountEntry
this.getAccount() this.getAccount()
await this.getAccountEntryCategories() await this.getAccountEntryCategories()
if (this.shallBeRentPayment) { if (this.shallBeRentPayment) {
@ -137,4 +138,5 @@ export class AccountComponent implements OnInit {
this.init() this.init()
} }
} }

View File

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