From 5e2c3385c3ce2b2b516cf1ea1e103032aa021a07 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 --- 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 e51cded4d5..d529b0d56e 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -3013,6 +3013,7 @@ subtest 'CanBookBeIssued | is_overdue' => sub { branchcode => undef, itemtype => undef, rules => { + maxissueqty => 1, reservesallowed => 25, issuelength => 14, lengthunit => 'days', -- 2.11.0