From 6c3652f6ca1d9f694e47d77232672992a8d761e2 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 15 Jan 2022 21:10:30 -0700 Subject: [PATCH] update tax year to 2021 --- .../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 93dd686..3b68ebf 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 = 2020; + public taxYear: number = 2021; public rowsFirstPage: number = 13;