update tax year to 2024
parent
01f8404805
commit
9d5b6e5935
|
|
@ -16,7 +16,7 @@ export class ContributorAllReportsComponent implements OnInit {
|
|||
constructor(private printService: PrintService, private userService: UserService, private transactionService: TransactionService) { }
|
||||
|
||||
ngOnInit() {
|
||||
const taxYear = 2023;
|
||||
const taxYear = 2024;
|
||||
|
||||
const query = forkJoin([this.userService.getAll(), this.transactionService.getByYear(taxYear), this.transactionService.getByYear(taxYear - 1)]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue