change to 2022
parent
afa4fe57ba
commit
01766dc47f
|
|
@ -16,7 +16,7 @@ export class ContributorAllReportsComponent implements OnInit {
|
||||||
constructor(private printService: PrintService, private userService: UserService, private transactionService: TransactionService) { }
|
constructor(private printService: PrintService, private userService: UserService, private transactionService: TransactionService) { }
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
const taxYear = 2021;
|
const taxYear = 2022;
|
||||||
const query = forkJoin([this.userService.getAll(), this.transactionService.getByYear(taxYear), this.transactionService.getByYear(taxYear - 1)]);
|
const query = forkJoin([this.userService.getAll(), this.transactionService.getByYear(taxYear), this.transactionService.getByYear(taxYear - 1)]);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue