mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Adjust ticket count in header & side-nav to reflect open ticket count including working/onhold tickets
This commit is contained in:
@@ -134,8 +134,8 @@
|
||||
<p>
|
||||
Tickets
|
||||
<?php
|
||||
if($num_tickets > 0){ ?>
|
||||
<span class="right badge badge-light"><?php echo $num_tickets; ?></span>
|
||||
if($num_active_tickets > 0){ ?>
|
||||
<span class="right badge badge-light"><?php echo $num_active_tickets; ?></span>
|
||||
<?php } ?>
|
||||
</p>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user