X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/8009bd2e92e46bb3756ba69132dbca5e9e6d9895..f12ceba49cb845be385e6b7c7786fc7e5393e802:/report.php diff --git a/report.php b/report.php index e59c759c..cd093e40 100644 --- a/report.php +++ b/report.php @@ -179,7 +179,7 @@ if ($request->isGet() && $user->isPluginEnabled('ps')) ttReportHelper::putInSession($report_items); if ('no_grouping' != $group_by) - $subtotals = ttReportHelper::getSubtotals($bean, $options); + $subtotals = ttReportHelper::getSubtotals($options); $totals = ttReportHelper::getTotals($options); // Assign variables that are used to print subtotals.