]> wagnertech.de Git - timetracker.git/blobdiff - topdf.php
A bit more work on separate page for plugins config.
[timetracker.git] / topdf.php
index b415f50dedd56131a89ecdae83a6fc460678a135..69f5816d84f443693309ab0e64b6597f1cadb271 100644 (file)
--- a/topdf.php
+++ b/topdf.php
@@ -78,8 +78,8 @@ $options = ttReportHelper::getReportOptions($bean);
 if (!$totals_only)
   $items = ttReportHelper::getItems($options); // Individual entries.
 if ($totals_only || 'no_grouping' != $group_by)
-  $subtotals = ttReportHelper::getSubtotals($bean, $options); // Subtotals for groups of items.
-$totals = ttReportHelper::getTotals($bean, $options); // Totals for the entire report.
+  $subtotals = ttReportHelper::getSubtotals($options); // Subtotals for groups of items.
+$totals = ttReportHelper::getTotals($options); // Totals for the entire report.
 
 // Assign variables that are used to print subtotals.
 if ($items && 'no_grouping' != $group_by) {