From f7b07cf107e964fc579131ef63cfdc1fc7d9cdaa Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 21 Aug 2021 01:54:18 -0400 Subject: [PATCH] Added total paid by client to client listing along with their current balance --- clients.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/clients.php b/clients.php index c0503096..e98050d7 100644 --- a/clients.php +++ b/clients.php @@ -156,7 +156,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); Name "> Address Contact - Balance + Billing Action @@ -268,7 +268,11 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); } ?> - $ + + Balance: $ +
+ Paid: $ +