Bugzilla – Attachment 74926 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), 792 bytes, created by
Katrin Fischer
on 2018-04-29 22:31:04 UTC
(
hide
)
Description:
Bug 20663: Add some POD, so koha test tools don't complain
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-04-29 22:31:04 UTC
Size:
792 bytes
patch
obsolete
>From 24a03873c69871d7fc907f4f8a35f13d423cd1d1 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 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > C4/Reports/Guided.pm | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm >index e03dc1fe34..ecebe86838 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.14.1
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