X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/187a16b0ffee5ae6af51b010ff90a194048d3457..756657a71e251b65d8191636e33e5e4ea32767af:/topdf.php diff --git a/topdf.php b/topdf.php index 9d3164af..b415f50d 100644 --- a/topdf.php +++ b/topdf.php @@ -76,7 +76,7 @@ if ('no_grouping' != $group_by) { // Obtain items for report. $options = ttReportHelper::getReportOptions($bean); if (!$totals_only) - $items = ttReportHelper::getItems($bean, $options); // Individual entries. + $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.