Bugzilla – Attachment 75056 Details for
Bug 20663
Dead report code for "Create Compound Report" since prior to 3.0.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20663: Add some POD, so koha test tools don't complain
Bug-20663-Add-some-POD-so-koha-test-tools-dont-com.patch (text/plain), 883 bytes, created by
Marcel de Rooy
on 2018-05-04 09:36:32 UTC
(
hide
)
Description:
Bug 20663: Add some POD, so koha test tools don't complain
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-05-04 09:36:32 UTC
Size:
883 bytes
patch
obsolete
>From 6048e6d5946697db27dabe2cb59d8f1e7f760580 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Thu, 26 Apr 2018 04:31:32 +0000 >Subject: [PATCH] Bug 20663: Add some POD, so koha test tools don't complain >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/Reports/Guided.pm | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm >index e03dc1f..ecebe86 100644 >--- a/C4/Reports/Guided.pm >+++ b/C4/Reports/Guided.pm >@@ -812,6 +812,13 @@ sub delete_definition { > $sth->execute($id); > } > >+=head2 get_sql($report_id) >+ >+Given a report id, return the SQL statement for that report. >+Otherwise, it just returns. >+ >+=cut >+ > sub get_sql { > my ($id) = @_ or return; > my $dbh = C4::Context->dbh(); >-- >2.1.4
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 20663
:
74871
|
74872
|
74925
|
74926
|
75055
| 75056