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

View File

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