mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Invoice add ticket modal UI improvements.
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user