@@ -, +, @@ --- Koha/Report.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Report.pm +++ a/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; --