From 682210dc0c445836cda7b3649bed6b0bd16554c3 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 6 Mar 2019 14:45:03 -0300 Subject: [PATCH] Bug 18936: Fix Circulation.t MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Minna Kivinen Signed-off-by: Joonas Kylmälä --- t/db_dependent/Circulation.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index eec4d0c064..f96cb9c7db 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -2936,6 +2936,7 @@ subtest 'CanBookBeIssued | is_overdue' => sub { branchcode => undef, itemtype => undef, rules => { + maxissueqty => 1, reservesallowed => 25, issuelength => 14, lengthunit => 'days', -- 2.11.0