Bug 18925: (RM follow-up) Remove maxissueqty from issuingrule in SIP tests
authorNick Clemens <nick@bywatersolutions.com>
Wed, 6 Mar 2019 14:29:18 +0000 (09:29 -0500)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 6 Mar 2019 14:29:18 +0000 (09:29 -0500)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
t/db_dependent/SIP/Transaction.t

index acddbc0..646a5c1 100755 (executable)
@@ -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});