diff --git a/report_tickets_unbilled.php b/report_tickets_unbilled.php index 1ff4ba8a..7accfbbf 100644 --- a/report_tickets_unbilled.php +++ b/report_tickets_unbilled.php @@ -147,7 +147,7 @@ $rows = 0; $ticket_unbilled_count = intval($row['ticket_unbilled_count']); if ($ticket_unbilled_count > 0) { - $rows = $rows++; + $rows = $rows + 1; ?>