]> git.koha-community.org Git - koha.git/commit
Bug 25303: Call ->reset before iterate on the set
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 30 Apr 2020 11:24:30 +0000 (13:24 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 1 May 2020 07:08:09 +0000 (08:08 +0100)
commitc95add2e17be7b48c3218a264b60c8372fe1d9a2
treeff7cb799f8d27b6c83780a520737129cb935b1e0
parent049aee253699102d44fde8cc814a830c146c0b7b
Bug 25303: Call ->reset before iterate on the set

In case we already started to iterate.

This fixes a failing tests in t/db_dependent/Koha/Biblios.t

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Objects.pm