Comment invoice button as it does nothing right now

This commit is contained in:
Marcus Hill 2022-02-24 18:32:07 +00:00
parent a335f3be99
commit 797cd23c78
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ if(isset($_GET['ticket_id'])){
<div class="card card-body card-outline card-dark mb-2">
<div class="">
<a href="#" class="btn btn-outline-success btn-block">INVOICE</a>
<!-- <a href="#" class="btn btn-outline-success btn-block">INVOICE</a>-->
<a href="post.php?close_ticket=<?php echo $ticket_id; ?>" class="btn btn-outline-danger btn-block">CLOSE TICKET</a>
</div>
</div>