Merged Global Recurring Tickets with Client Recurring Tickets seperated them with some header logic

This commit is contained in:
johnnyq
2025-02-19 11:56:49 -05:00
parent 78ae44c334
commit 78cfda1dbc
4 changed files with 19 additions and 206 deletions

View File

@@ -556,7 +556,7 @@ if (isset($_GET['query'])) {
<td><a href="recurring_tickets.php"><?php echo $scheduled_ticket_subject; ?></a></td>
<td><?php echo $scheduled_ticket_frequency; ?></td>
<td><?php echo $scheduled_ticket_next_run; ?></td>
<td><a href="client_recurring_tickets.php?client_id=<?php echo $client_id ?>"><?php echo $client_name; ?></a></td>
<td><a href="recurring_tickets.php?client_id=<?php echo $client_id ?>"><?php echo $client_name; ?></a></td>
</tr>
<?php } ?>