blamario / canadian-income-tax

Calculating and filling the Canadian income tax forms
GNU General Public License v3.0
12 stars 0 forks source link

Field name typo? #3

Closed tadeokondrak closed 7 months ago

tadeokondrak commented 7 months ago

I was reading through some code in this project and spotted a possible typo here (LIne5 instead of Line5):

https://github.com/blamario/canadian-income-tax/blob/d227a891ee8bc6b7e84506166d42fdd53b392fd9/src/Tax/Canada/Province/AB/AB428/FieldNames.hs#L30

blamario commented 7 months ago

I agree it's likely a typo, but it's a typo in the PDF rather than the code. The field names are all tested. If you try to fix the typo in the code, you'll find that it won't be able to load the AB428 form.