]> git.koha-community.org Git - koha.git/commit
Bug 26634: [20.05.x] Remove GetHoldRule subroutine in C4::Reserves
authorNick Clemens <nick@bywatersolutions.com>
Tue, 24 Nov 2020 20:21:07 +0000 (20:21 +0000)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Mon, 8 Feb 2021 19:56:04 +0000 (19:56 +0000)
commitb3770d010dc3bd9f3df8b74f454af4090aae16f4
tree0e95a135fc8284aea42b526205e414b4e7d1ded4
parent33047b9f38683aee24ff59256ffab4e9a9d38f36
Bug 26634: [20.05.x] Remove GetHoldRule subroutine in C4::Reserves

This routine is only used internally and incorrectly overrides
the precedence of holds rules - it should be removed

This patch removes the routine, adjusts tests, and adds test to
confirm correct precedence is followed

To test:
1 - At the All Libraries level, create a circ rule for a specific patron category and a specific item type that only allows 1 hold
2 - At the branch-specific level for Branch A, create an All/All rule that allows 2 holds
3 - confirm ReservesControll is set to patron's library
4 - find a patron from Branch A of the category for which you made your rule
5 - find two bibs with items of the itype got which you made your rule
6 - place a hold on one bib. success!
7 - try to place a hold on the second bib. you're told you cannot because the patron is only allowed 1 hold
8 - apply patch, restart services
9 - try to place your second hold again, success!

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
C4/Reserves.pm
t/db_dependent/Holds.t
t/db_dependent/Reserves/MultiplePerRecord.t