fix flubbed blank field specifier on StateTotalRecordIA
This commit is contained in:
parent
7ddcfcc1c3
commit
250ca8d31f
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ class StateTotalRecordIA(EFW2Record):
|
|||
state_income_tax_wh = MoneyField(max_length=15)
|
||||
employer_ben = TextField(max_length=8)
|
||||
iowa_confirmation_number = ZeroField(max_length=10)
|
||||
blank1 = BlankField(455)
|
||||
blank1 = BlankField(max_length=455)
|
||||
|
||||
|
||||
class FinalRecord(EFW2Record):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue