linjunpop / riif

🏦 A DSL to generate QuickBooks IIF file.
MIT License
46 stars 30 forks source link

Remove duplicate key 'note' in VEND object #43

Closed montulli closed 4 years ago

montulli commented 4 years ago

We ran into a customer who was getting a message from quickbooks that said: '; [ERROR] NOTE column is repeated or empty in the header [15113]'

I tracked this down the VEND line. The code had duplicate keys for 'note' which is duplicating note in the header line for 'VEND'.

This simple fix removes the extra 'NOTE' key.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 99.348% when pulling d9cacdacbe07456d0ea1d50cd4b9226419aaac54 on jetinsight:master into 120b76c7c0f74717278b86d06eabf05d001c1617 on linjunpop:master.

linjunpop commented 4 years ago

Good catch