mirror of https://github.com/itflow-org/itflow
Rename rec back to recurring on the client side nav
This commit is contained in:
parent
3bb2986c4c
commit
d25396f19a
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue