X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/405a3dc75eaf770313b2da57bc25088e5c6e76bd..3b4f6b89a71f50d89d816129b27ee819a314620e:/report.php diff --git a/report.php b/report.php index 5f7e687b..f6abcc4c 100644 --- a/report.php +++ b/report.php @@ -178,7 +178,7 @@ $report_items = ttReportHelper::getItems($options); if ($request->isGet() && $user->isPluginEnabled('ps')) ttReportHelper::putInSession($report_items); -if ('no_grouping' != $group_by) +if (ttReportHelper::grouping($options)) $subtotals = ttReportHelper::getSubtotals($options); $totals = ttReportHelper::getTotals($options);