mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Comment invoice button as it does nothing right now
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user