update tax year in another spot
continuous-integration/drone/push Build is passing Details

master
unknown 2025-01-25 09:08:58 -07:00
parent 6f45815e64
commit 0d13dcdb6d
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 = 2023; public taxYear: number = 2024;
public rowsFirstPage: number = 12; public rowsFirstPage: number = 12;