1 Commits

Author SHA1 Message Date
2a0bda012b year is number 2022-02-05 18:05:50 +01:00

View File

@ -147,7 +147,7 @@ export class AccountComponent implements OnInit {
private async init(): Promise<void> { private async init(): Promise<void> {
let currentDate = new Date() let currentDate = new Date()
let y = currentDate.getFullYear().toString() let y = currentDate.getFullYear()
this.presetFiscalYear = new FormControl(y) this.presetFiscalYear = new FormControl(y)
this.messageService.add(`AccountComponent.init, account: ${this.selectedAccountId}`) this.messageService.add(`AccountComponent.init, account: ${this.selectedAccountId}`)
this.getAccount() this.getAccount()