Rename rec back to recurring on the client side nav

This commit is contained in:
johnnyq 2024-01-11 11:44:00 -05:00
parent 3bb2986c4c
commit d25396f19a
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@
<a href="client_recurring_invoices.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_recurring_invoices.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-redo-alt"></i>
<p>
Rec. Invoices
Recurring Invoices
<?php
if ($num_recurring > 0) { ?>
<span class="right badge text-light"><?php echo $num_recurring; ?></span>