not yet working correctly
This commit is contained in:
@ -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()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user