]> wagnertech.de Git - timetracker.git/blobdiff - report.php
More work in progress on separate page for plugins config.
[timetracker.git] / report.php
index 1423706a4b7bdc9ea491bdcbdb5a60945d4fe784..cd093e40bfd29e3801b2288c996657283e8efb5f 100644 (file)
@@ -179,8 +179,8 @@ if ($request->isGet() && $user->isPluginEnabled('ps'))
   ttReportHelper::putInSession($report_items);
 
 if ('no_grouping' != $group_by)
-  $subtotals = ttReportHelper::getSubtotals($bean, $options);
-$totals = ttReportHelper::getTotals($bean, $options);
+  $subtotals = ttReportHelper::getSubtotals($options);
+$totals = ttReportHelper::getTotals($options);
 
 // Assign variables that are used to print subtotals.
 if ($report_items && 'no_grouping' != $group_by) {