diff --git a/guest_view_invoice.php b/guest_view_invoice.php index 65c9cd97..f1ee664b 100644 --- a/guest_view_invoice.php +++ b/guest_view_invoice.php @@ -302,6 +302,7 @@ $sql_invoice_items = mysqli_query($mysqli, "SELECT * FROM invoice_items WHERE it Balance + diff --git a/report_collections.php b/report_collections.php index c7a11cdb..c62ac6f0 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"); ?>
@@ -97,11 +100,11 @@ echo ""; echo "$client_name"; - echo "$formatted_balance"; + echo "$formatted_balance"; echo "$billing_contact_phone"; - echo "$formatted_recurring_monthly_total"; - echo "$formatted_behind_amount"; - echo "$months_behind"; + echo "$formatted_recurring_monthly_total"; + echo "$formatted_behind_amount"; + echo "$months_behind"; echo ""; } ?> diff --git a/trip_add_modal.php b/trip_add_modal.php index 8b6e7651..d16f91e1 100644 --- a/trip_add_modal.php +++ b/trip_add_modal.php @@ -56,21 +56,20 @@