]> wagnertech.de Git - timetracker.git/blobdiff - report.php
Merged getSubtotals and getFavSubtotals into one function.
[timetracker.git] / report.php
index e59c759cffc36f0de3cff854e27e71b6f467ec5c..cd093e40bfd29e3801b2288c996657283e8efb5f 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.