From 0a469bc5b5e89d5c3dedbfc5919384123d31a90f Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 1 Feb 2021 14:54:48 +0000 Subject: [PATCH] Bug 27380: (follow-up) Remove earlier declaration and unused assignment Signed-off-by: Owen Leonard --- opac/svc/report | 1 - 1 file changed, 1 deletion(-) diff --git a/opac/svc/report b/opac/svc/report index 08e1ddc1f7..1e585cf506 100755 --- a/opac/svc/report +++ b/opac/svc/report @@ -60,7 +60,6 @@ if ($cache_active) { unless ($json_text) { my $offset = 0; my $limit = C4::Context->preference("SvcMaxReportRows") || 10; - my $sql = $report_rec->savedsql; my ( $sql, undef ) = $report_rec->prep_report( \@param_names, \@sql_params ); -- 2.11.0