From e03dd132671ef22792e681885a3dbce01278e8b7 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 4 Feb 2019 11:18:29 -0300 Subject: [PATCH] Bug 20912: (QA follow-up) The default rule already has renewalsallowed=0 Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/Circulation/issue.t | 5 ----- 1 file changed, 5 deletions(-) diff --git a/t/db_dependent/Circulation/issue.t b/t/db_dependent/Circulation/issue.t index c748eaab6a..e523778177 100644 --- a/t/db_dependent/Circulation/issue.t +++ b/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, -- 2.20.1