Bug 20912: (QA follow-up) The default rule already has renewalsallowed=0
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 4 Feb 2019 14:18:29 +0000 (11:18 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 7 Mar 2019 17:29:58 +0000 (17:29 +0000)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

t/db_dependent/Circulation/issue.t

index c748eaa..e523778 100644 (file)
@@ -296,11 +296,6 @@ is_deeply(
 );
 
 #With something in DB
-# Add a default rule: No renewal allowed
-$dbh->do(q|
-    INSERT INTO issuingrules( categorycode, itemtype, branchcode, issuelength, renewalsallowed )
-    VALUES ( '*', '*', '*', 10, 0 )
-|);
 @renewcount = C4::Circulation::GetRenewCount();
 is_deeply(
     \@renewcount,