]> git.koha-community.org Git - koha.git/commit
Bug 27729: Fix use of grep and split in CheckReserves
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 19 Feb 2021 10:17:26 +0000 (10:17 +0000)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Fri, 5 Mar 2021 16:37:43 +0000 (16:37 +0000)
commitbcf6514cc79c9b388facf75d5fa65a16073b0251
tree572446759fa9bd6c1c2375969a011987869c7ec8
parente24fc24da8b8e8213664f5f8dd8a19fb94438134
Bug 27729: Fix use of grep and split in CheckReserves

A few lines of code were added to CheckReserves containing the wrong
use of two perl functions: grep and split on bug 25232.
A test was added even making these things pass.

Test plan:
Run t/db../Holds.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit c4c3d1e93c337d93679e50f2354c8b060e50bcd9)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit a29962440451cc7b3cd79370008eea94c83e9c8e)

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