X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/02649cd1c0f39d44fd21e0ddc9f5e5eb428409c8..a58bca2afc5d6457d07c886c7c20fb10c941752a:/topdf.php diff --git a/topdf.php b/topdf.php index fdcbf683..69f5816d 100644 --- a/topdf.php +++ b/topdf.php @@ -78,7 +78,7 @@ $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. + $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.