From d7661b4649701dfb0cca51b3655ec39d99b25c3a Mon Sep 17 00:00:00 2001 From: unknown <34411636+Dandevmt@users.noreply.github.com> Date: Thu, 5 Jan 2023 19:07:25 -0700 Subject: [PATCH] update tax year on individual report to 2022 --- .../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 5479088..535db5f 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 = 2021; + public taxYear: number = 2022; public rowsFirstPage: number = 13;