diff --git a/report_collections.php b/report_collections.php index 19973c0f..480ba278 100644 --- a/report_collections.php +++ b/report_collections.php @@ -57,6 +57,9 @@ ORDER BY months_behind DESC;"; $result_client_balance_report = mysqli_query($mysqli, $sql_client_balance_report); + + //get currency format from settings + $config_currency_code = getSettingValue($mysqli, "company_currency"); ?>