]> git.koha-community.org Git - koha.git/commit
Bug 28013: (follow-up) Reset the patron loop
authorNick Clemens <nick@bywatersolutions.com>
Fri, 2 Apr 2021 14:35:08 +0000 (14:35 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 29 Apr 2021 09:01:35 +0000 (11:01 +0200)
commit60a44d0da1e7def1699f6d124ce616a6edc04aa0
treea743087c01832f47da4b3c33529192b97c89d416
parent82e1674c70f486f0d068da519a45d3689bca1584
Bug 28013: (follow-up) Reset the patron loop

To test:
1 - Apply all other patches and dependencies
2 - prove -v t/db_dependent/Circulation.t
3 - It fails
4 - Apply this patch
5 - It passes

Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 626d1f22a0be9ea1abfc9ee656448c9822ee3438)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Circulation.pm