Merged Client Payments and Payments into one file using logic at the header to seperate between client and global section

This commit is contained in:
johnnyq
2025-02-18 21:45:12 -05:00
parent f723450d51
commit 17489e60c8
5 changed files with 51 additions and 190 deletions

View File

@@ -301,7 +301,7 @@
<?php if (lookupUserPermission("module_financial") >= 1) { ?>
<li class="nav-item">
<a href="client_payments.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_payments.php") { echo "active"; } ?>">
<a href="payments.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "payments.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-credit-card"></i>
<p>
Payments