From e61fdf3ea5df865f548aa9d94bfb513c6844cca3 Mon Sep 17 00:00:00 2001 From: Baptiste Wojtkowski Date: Mon, 24 Apr 2017 08:24:25 +0000 Subject: [PATCH] Bug 17047: Add report_group as shared attribute --- Koha/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Report.pm b/Koha/Report.pm index 268899f..b0197fb 100644 --- a/Koha/Report.pm +++ b/Koha/Report.pm @@ -55,6 +55,7 @@ sub get_sharable_info{ 'savedsql' => $report->savedsql, 'report_name' => $report->report_name, 'notes' => $report->notes, + 'report_group' => $report->report_group, 'type' => $report->type, }; return $sub_mana_info; -- 2.7.4