From 24a03873c69871d7fc907f4f8a35f13d423cd1d1 Mon Sep 17 00:00:00 2001 From: Mark Tompsett 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 --- 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