Finished Ticket Number and Ticket Prefix

This commit is contained in:
johnny@pittpc.com
2021-02-08 21:29:29 -05:00
parent 5f1592e9a5
commit fa008d05bc
6 changed files with 18 additions and 14 deletions

View File

@@ -79,7 +79,7 @@ if(isset($_GET['ticket_id'])){
<div class="row mb-3">
<div class="col-9">
<h3>Ticket <?php echo $ticket_number; ?> <?php echo $ticket_status_display; ?></h3>
<h3>Ticket <?php echo "$ticket_prefix$ticket_number"; ?> <?php echo $ticket_status_display; ?></h3>
</div>
<div class="col-3">