Added All Payments List

This commit is contained in:
root
2019-04-07 23:07:19 -04:00
parent 77333e7b76
commit a59555bc89
3 changed files with 74 additions and 2 deletions

View File

@@ -34,8 +34,6 @@ if(isset($_GET['client_id'])){
$balance = $invoice_amounts - $amount_paid;
//Badge Counts
$row = mysqli_fetch_assoc(mysqli_query($mysqli,"SELECT COUNT('client_contact_id') AS num FROM client_contacts WHERE client_id = $client_id"));