From cc7b16c918945b680b7a35799d95ec29798f26fd 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 300938d0fc..4fc14e355b 100644 --- a/t/db_dependent/Circulation/issue.t +++ b/t/db_dependent/Circulation/issue.t @@ -295,11 +295,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.17.2 (Apple Git-113)