mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 11:54:52 +00:00
Merge pull request #13 from twetech:unbilled-tickets-report
Fix increment bug in ticket_unbilled_count
This commit is contained in:
@@ -147,7 +147,7 @@ $rows = 0;
|
|||||||
$ticket_unbilled_count = intval($row['ticket_unbilled_count']);
|
$ticket_unbilled_count = intval($row['ticket_unbilled_count']);
|
||||||
|
|
||||||
if ($ticket_unbilled_count > 0) {
|
if ($ticket_unbilled_count > 0) {
|
||||||
$rows = $rows++;
|
$rows = $rows + 1;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user