]> git.koha-community.org Git - koha.git/commit
Bug 31335: Remove unnecessary holds fetch from routing-preview
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 10 Aug 2022 10:10:00 +0000 (12:10 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 26 Apr 2024 16:06:20 +0000 (18:06 +0200)
commit048eb5fa958f1d93e0690df9c4d81d36abe0e5e8
tree19d262ab3f16c0d8b99892957dcf162e840f97f2
parent76f2214ff7cfc3c004d77aa854b9c05454c94fc1
Bug 31335: Remove unnecessary holds fetch from routing-preview

This $count variable is not used later, and I didn't find why it was
there in previous versions.

Test plan:
Use `git log -p serials/routing-preview.pl` and confirm we can remove
this block

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
serials/routing-preview.pl