Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
2a0bda012b | |||
5ca2f16757 | |||
292886f834 |
@ -147,8 +147,8 @@ export class AccountComponent implements OnInit {
|
||||
|
||||
private async init(): Promise<void> {
|
||||
let currentDate = new Date()
|
||||
let y = currentDate.getFullYear().toString()
|
||||
this.presetFiscalYear = new FormControl(`${y}`)
|
||||
let y = currentDate.getFullYear()
|
||||
this.presetFiscalYear = new FormControl(y)
|
||||
this.messageService.add(`AccountComponent.init, account: ${this.selectedAccountId}`)
|
||||
this.getAccount()
|
||||
await this.getAccountEntryCategories()
|
||||
|
Reference in New Issue
Block a user