X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/02649cd1c0f39d44fd21e0ddc9f5e5eb428409c8..a58bca2afc5d6457d07c886c7c20fb10c941752a:/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.