@@ -, +, @@ renewalsallowed=0 --- t/db_dependent/Circulation/issue.t | 5 ----- 1 file changed, 5 deletions(-) --- a/t/db_dependent/Circulation/issue.t +++ a/t/db_dependent/Circulation/issue.t @@ -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, --