jach icon indicating copy to clipboard operation
jach copied to clipboard

AddendaRecord and ReturnAddendaRecord are off by one

Open exabrial opened this issue 5 years ago • 1 comments

First I just want to say thank you for putting this project out in the internet. This is a great piece of software and you should be proud of it!

We found two small bugs:

The declaration for Addenda Description is off. We referenced https://www.key.com/kttu/pdf/tkACH_0917.pdf and several other banks to verify this.

For AddendaRecord.java this should be the correct declaration:

	@ACHField(start = 35, length = 44, name = COMP_ENTRY_DESCRIPITON, inclusion = MANDATORY)
	public String getCompEntryDescription() {

and in ReturnAddendaRecord.java:

	@ACHField(start = 35, length = 44, name = ADDENDA_INFORMATION)
	public String getAddendaInformation() {

Thank you very much!

exabrial avatar Oct 21 '20 20:10 exabrial

@exabrial feel free to create the pull-request. Sorry for late answer

afrunt avatar Dec 04 '20 13:12 afrunt