update tax year on individual report to 2022
parent
b319f3c109
commit
d7661b4649
|
|
@ -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 = 2021;
|
public taxYear: number = 2022;
|
||||||
|
|
||||||
|
|
||||||
public rowsFirstPage: number = 13;
|
public rowsFirstPage: number = 13;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue