mirror of https://github.com/itflow-org/itflow
Invoice add ticket modal UI improvements.
This commit is contained in:
parent
945eb7c87a
commit
cf87a232c4
|
|
@ -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']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue