-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: check for latest transaction of the same company only #38
Conversation
General thought: shouldn't this be per naming series instead of per company? In theory, two companies could use the same naming series and then this code would permit gaps. But I guess it's okay to assume that his won't happen. |
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
I thought about this for a while too, but I can't think of a scenario where this would make sense. I guess it could be easily added if someone really needs this. |
@Mergifyio backport version-14 |
✅ Backports have been created
|
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com> (cherry picked from commit e62962d)
## [15.3.3](v15.3.2...v15.3.3) (2024-07-24) ### Bug Fixes * check for latest transaction of the same company only ([#38](#38)) ([e62962d](e62962d))
) (#40) Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Co-authored-by: Markus Lobedann <markus.lobedann@gmail.com>
Thank you very much, that was fast :-) |
closes #37
please also backport to version-14