update tax year on individual report to 2022

master
unknown 2023-01-05 19:07:25 -07:00
parent b319f3c109
commit d7661b4649
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export class ContributorYearlyReportComponent implements OnInit {
public contributorCity: string = 'Butte'; public contributorCity: string = 'Butte';
public contributorState: string = 'MT'; public contributorState: string = 'MT';
public contributorZip: string = '59701'; public contributorZip: string = '59701';
public taxYear: number = 2021; public taxYear: number = 2022;
public rowsFirstPage: number = 13; public rowsFirstPage: number = 13;