Invoice add ticket modal UI improvements.

This commit is contained in:
o-psi 2024-01-10 21:12:23 +00:00
parent 945eb7c87a
commit cf87a232c4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<tr>
<th>Ticket Number</th>
<th>Scope</th>
<th>Add to Invoice</th>
<th class="text-right">Add to Invoice</th>
</tr>
<?php while ($row = mysqli_fetch_array($sql_tickets_billable)) {
$ticket_id = intval($row['ticket_id']);