From 6048e6d5946697db27dabe2cb59d8f1e7f760580 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 Content-Type: text/plain; charset=utf-8 Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy --- 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