Bugzilla – Attachment 116163 Details for
Bug 27380
Add option for taking a list parameter in reports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27380: (follow-up) Remove earlier declaration and unused assignment
Bug-27380-follow-up-Remove-earlier-declaration-and.patch (text/plain), 768 bytes, created by
Owen Leonard
on 2021-02-01 14:59:44 UTC
(
hide
)
Description:
Bug 27380: (follow-up) Remove earlier declaration and unused assignment
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-02-01 14:59:44 UTC
Size:
768 bytes
patch
obsolete
>From 0a469bc5b5e89d5c3dedbfc5919384123d31a90f Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >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 <oleonard@myacpl.org> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27380
:
115044
|
115047
|
115048
|
115084
|
115085
|
116160
|
116161
|
116162
|
116163
|
116464
|
116465
|
116466
|
116818
|
116830
|
116908