From 612130a4c519d08762d5eed55a9e9fe21873913a 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 08176e68e6..81fe01d727 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -2917,6 +2917,7 @@ subtest 'CanBookBeIssued | is_overdue' => sub { branchcode => undef, itemtype => undef, rules => { + maxissueqty => 1, reservesallowed => 25, issuelength => 14, lengthunit => 'days', -- 2.11.0