[Koha-bugs] [Bug 25408] CanBookBeReserved & CanItemBeReserved should check "opacitemholds" policy

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Mar 12 00:27:19 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25408

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #68 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Main patch makes a cosmetic change in t/db_dependent/Reserves.t :

diff --git a/t/db_dependent/Reserves.t b/t/db_dependent/Reserves.t
index c4afba6424..5c4b0b64df 100755
--- a/t/db_dependent/Reserves.t
+++ b/t/db_dependent/Reserves.t
@@ -1083,7 +1083,7 @@ subtest 'reserves.item_level_hold' => sub {
     subtest 'test opacitemholds rules in staff context' => sub {
         plan tests => 2;

-       C4::Context->interface('intranet');
+        C4::Context->interface('intranet');

Avoid this to ease rebases.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list