From ebf14aee06c1ab9601574986a36f8d44d369d7ea Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Sat, 27 Feb 2021 13:39:41 -0500 Subject: [PATCH] Added currency Code to account listing --- accounts.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/accounts.php b/accounts.php index bbc8b942..28f58db3 100644 --- a/accounts.php +++ b/accounts.php @@ -69,6 +69,7 @@ "> Name + Currency Balance Action @@ -80,6 +81,7 @@ $account_id = $row['account_id']; $account_name = $row['account_name']; $opening_balance = $row['opening_balance']; + $account_currency_code = $row['account_currency_code']; $account_notes = $row['account_notes']; $sql_payments = mysqli_query($mysqli,"SELECT SUM(payment_amount) AS total_payments FROM payments WHERE account_id = $account_id"); @@ -99,6 +101,7 @@ + $