From fcd6bdc5b8ed5cd48b19d03a86e2ab9aaa0b0626 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 6 Mar 2019 09:29:18 -0500 Subject: [PATCH] Bug 18925: (RM follow-up) Remove maxissueqty from issuingrule in SIP tests Signed-off-by: Nick Clemens --- t/db_dependent/SIP/Transaction.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/db_dependent/SIP/Transaction.t b/t/db_dependent/SIP/Transaction.t index acddbc0bb9..646a5c153d 100755 --- a/t/db_dependent/SIP/Transaction.t +++ b/t/db_dependent/SIP/Transaction.t @@ -72,7 +72,6 @@ subtest fill_holds_at_checkout => sub { holds_per_record => 3, issuelength => 5, lengthunit => 'days', - maxissueqty => 10, })->store; my $reserve1 = AddReserve($branch->{branchcode},$borrower->{borrowernumber},$biblio->{biblionumber}); -- 2.11.0