update tax year to 2021

master
unknown 2022-01-15 21:10:30 -07:00
parent c97268133d
commit 6c3652f6ca
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 = 2020; public taxYear: number = 2021;
public rowsFirstPage: number = 13; public rowsFirstPage: number = 13;