From be35e4883a5595b08c14364fb5da7c98a251aeb5 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 Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart --- 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.20.1