From 4bf69c758848dbeb67d9897a5e6456081f153584 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 27 Jan 2020 11:12:14 +0100 Subject: [PATCH] Bug 18936: (follow-up2) Fix tests, replace old get_onshelfholds_policy method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previous change to this file was different from the one that existed prior to this patchset. Restoring value for onshelfholds, note that it did not change anything in the test result. Signed-off-by: Minna Kivinen Signed-off-by: Joonas Kylmälä --- t/db_dependent/Holds/DisallowHoldIfItemsAvailable.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Holds/DisallowHoldIfItemsAvailable.t b/t/db_dependent/Holds/DisallowHoldIfItemsAvailable.t index 3df3d97daa..86725cb678 100755 --- a/t/db_dependent/Holds/DisallowHoldIfItemsAvailable.t +++ b/t/db_dependent/Holds/DisallowHoldIfItemsAvailable.t @@ -223,7 +223,7 @@ Koha::CirculationRules->set_rules( branchcode => undef, rules => { maxissueqty => 99, - onshelfholds => 2, + onshelfholds => 0, } } ); -- 2.11.0