A bit of refactoring.
[timetracker.git] / report.php
index e59c759..cd093e4 100644 (file)
@@ -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.