mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added All Payments List
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user