Allow the Client to easily Pay an invoice from the client portal with a saved card

This commit is contained in:
johnnyq
2025-09-03 17:09:17 -04:00
parent cf63a2e7d1
commit ef1ec56270
3 changed files with 202 additions and 4 deletions

View File

@@ -181,7 +181,7 @@ if ($session_contact_primary == 1 || $session_contact_is_billing_contact) { ?>
<?php if ($balance > 0) { ?>
<div class="col-sm-3">
<a href="#unpaid_invoices.php" class="card">
<a href="unpaid_invoices.php" class="card">
<div class="card-header">
<h3 class="card-title text-bold text-dark">Account Balance</h3>
</div>