afrunt / jach

Java library for reading and writing ACH/NACHA documents
Apache License 2.0
44 stars 37 forks source link

File Control ('9' record) block count #22

Closed jhamsle closed 4 years ago

jhamsle commented 4 years ago

Did not include 9 record in modulus part, so it was accidentally adding 1 to block count if the file didn't need any '999' records. Also changed logic to respect the block count noted in the file header ('1' record), just in case it happened to be something other than 10.