You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: set FileCreationTime=0000 when blank, otherwise now for both whe…
…n empty (#1778)
On read of a file if there's no FileCreationTime use 0000 instead of
the wall clock time (when the blank is formatted).
We can't get away with 000000 for FileCreationDate so make it the
current day, which still allows for dedup across for a single day.
Feature request: update line numbers after writing Nacha file (#1777)
* Annotate line numbers during `File.Create()`
* Fix call to annotateIATBatchLineNumbers
* Remove ineffective nil check in Writer.writeLine
Iface values are not nil even the underlying concrete value is nil
fix: correctly set CIE/MTE IndividualName and IdentificationNumber (#……1768)
* fix: correctly set CIE/MTE IndividualName and IdentificationNumber
Fixes: #1766
* fix: correctly encode IdentificationNumber and IndividualName for CIE/MTE
* fix: remove pointer storage of secCode