Renamed Scheduled Ticket Files to Recurring Ticket and made some more changes inside the files

This commit is contained in:
johnnyq
2024-02-10 17:31:32 -05:00
parent 310e3f0a42
commit 726b023592
8 changed files with 20 additions and 20 deletions

View File

@@ -141,7 +141,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
<i class="fa fa-fw fa-exclamation-triangle mr-2"></i>Unassigned Tickets | <strong> <?php echo $total_tickets_unassigned; ?></strong>
</a>
<a href="scheduled_tickets.php" class="btn btn-outline-info">
<a href="recurring_tickets.php" class="btn btn-outline-info">
<i class="fa fa-fw fa-redo-alt mr-2"></i>Recurring Tickets | <strong> <?php echo $total_scheduled_tickets; ?></strong>
</a>