From f9e42fa69f891d635c46ec30288c9236ad4c37cf Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 29 Dec 2020 15:03:06 -0700 Subject: [PATCH] update tax year --- .../contributor-yearly-report.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts index 18087d2..24b1cf1 100644 --- a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts +++ b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts @@ -34,7 +34,7 @@ export class ContributorYearlyReportComponent implements OnInit { public contributorCity: string = 'Butte'; public contributorState: string = 'MT'; public contributorZip: string = '59701'; - public taxYear: number = 2019; + public taxYear: number = 2020; public rowsFirstPage: number = 13; public rowsPerPage: number = 31;