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