[Koha-bugs] [Bug 28503] When ReservesControlBranch = "patron's home library" and Hold policy = "From home library" all holds are allowed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 22 16:36:17 CEST 2021


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

--- Comment #23 from Fridolin Somers <fridolin.somers at biblibre.com> ---
so in 20.11.x there is also a change in  t/db_dependent/Circulation.t :

diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t
index 46d629d65f..23c034bd44 100755
--- a/t/db_dependent/Circulation.t
+++ b/t/db_dependent/Circulation.t
@@ -291,7 +291,7 @@ subtest "CanBookBeRenewed AllowRenewalIfOtherItemsAvailable
multiple borrowers a
             branchcode   => undef,
             itemtype     => undef,
             rule_name    => 'holdallowed',
-            rule_value   => 1
+            rule_value   => 2
         }
     );
     Koha::CirculationRules->set_rule(

Can we explain here why ?

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


More information about the Koha-bugs mailing list