diff --git a/client_payments.php b/client_payments.php
index 5444889d..2d5c228d 100644
--- a/client_payments.php
+++ b/client_payments.php
@@ -74,13 +74,14 @@ $total_pages = ceil($total_found_rows / 10);
">
- | Date Recieved |
+ Payment Date |
+ Invoice Date |
Invoice |
Invoice Amount |
Payment Amount |
- Account |
Method |
Reference |
+ Account |
@@ -91,6 +92,7 @@ $total_pages = ceil($total_found_rows / 10);
$invoice_number = $row['invoice_number'];
$invoice_status = $row['invoice_status'];
$invoice_amount = $row['invoice_amount'];
+ $invoice_date = $row['invoice_date'];
$payment_date = $row['payment_date'];
$payment_method = $row['payment_method'];
$payment_reference = $row['payment_reference'];
@@ -101,12 +103,13 @@ $total_pages = ceil($total_found_rows / 10);
?>
|
+ |
|
$ |
$ |
- |
|
|
+ |
diff --git a/payments.php b/payments.php
index ea9849ad..91c1f906 100644
--- a/payments.php
+++ b/payments.php
@@ -82,13 +82,14 @@