]> 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)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Mon, 24 May 2021 14:38:12 +0000 (14:38 +0000)
commit7beba04efc984ffd353c3744266d12e9b9e7c4c4
treec57636caf271bf81a4a976251cae88c45cdd6b3f
parent2f6646a71d0273ddda0a3b06bb431c598434fe5d
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>
(cherry picked from commit 60a44d0da1e7def1699f6d124ce616a6edc04aa0)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
C4/Circulation.pm