Fixed date format in Totals only reports.
[timetracker.git] / topdf.php
index 0040c7b..23f29d5 100644 (file)
--- a/topdf.php
+++ b/topdf.php
@@ -66,7 +66,7 @@ $totals_only = ($bean->getAttribute('chtotalsonly') == '1');
 $options = ttReportHelper::getReportOptions($bean);
 if (!$totals_only)
   $items = ttReportHelper::getItems($options); // Individual entries.
-if ($totals_only || 'no_grouping' != $group_by1)
+if ($totals_only || ttReportHelper::grouping($options))
   $subtotals = ttReportHelper::getSubtotals($options); // Subtotals for groups of items.
 $totals = ttReportHelper::getTotals($options); // Totals for the entire report.