diff --git a/accounts.php b/accounts.php index a3e20cea..90f7d24f 100644 --- a/accounts.php +++ b/accounts.php @@ -80,6 +80,7 @@ $account_id = $row['account_id']; $account_name = $row['account_name']; $opening_balance = $row['opening_balance']; + $account_notes = $row['account_notes']; $sql_payments = mysqli_query($mysqli,"SELECT SUM(payment_amount) AS total_payments FROM payments WHERE account_id = $account_id"); $row = mysqli_fetch_array($sql_payments); diff --git a/add_account_modal.php b/add_account_modal.php index ed322b07..02aa4239 100644 --- a/add_account_modal.php +++ b/add_account_modal.php @@ -9,6 +9,7 @@
-