Added unbilled ticket wording per Pull Req #866

This commit is contained in:
johnnyq 2024-01-28 15:57:27 -05:00
parent f8dc67fbf9
commit 007d07d417
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ $total_tickets_closed = intval($row['total_tickets_closed']);
<div class="card card-dark">
<div class="card-header py-2">
<h3 class="card-title mt-2"><i class="fa fa-fw fa-life-ring mr-2"></i>Tickets
<h3 class="card-title mt-2"><i class="fa fa-fw fa-life-ring mr-2"></i><?php if (isset($_GET['unbilled'])) { echo "Unbilled "; } ?> Tickets
<small class="ml-3">
<a href="?client_id=<?php echo $client_id?>&status=Open" class="text-white"><strong><?php echo $total_tickets_open; ?></strong> Open</a> |
<a href="?client_id=<?php echo $client_id?>&status=Closed" class="text-white"><strong><?php echo $total_tickets_closed; ?></strong> Closed</a>