Bugzilla – Attachment 116466 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), 826 bytes, created by
Katrin Fischer
on 2021-02-07 11:47:31 UTC
(
hide
)
Description:
Bug 27380: (follow-up) Remove earlier declaration and unused assignment
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-02-07 11:47:31 UTC
Size:
826 bytes
patch
obsolete
>From d28bcb2e387a81a891fe6ab260ad675ef0593dcb 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> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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