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 @@ + $