From a8e03d46609901d561130e11ad43a7453495c98e Mon Sep 17 00:00:00 2001 From: Andrew Malsbury Date: Mon, 9 Oct 2023 20:27:53 +0000 Subject: [PATCH] Switched to DB controlled Account Types --- report_balance_sheet.php | 52 ++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/report_balance_sheet.php b/report_balance_sheet.php index b048c7ca..e6d13c14 100644 --- a/report_balance_sheet.php +++ b/report_balance_sheet.php @@ -1,32 +1,32 @@
@@ -155,7 +155,7 @@ function echoAccountRow($accountRow, $balance) { 30 => "Equity" ]; $account_type_string = $account_type_strings[$accountRow['account_type']] ?? "Unknown"; - $account_name_encoded = urlencode($accountRow['account_name']); + $account_name_encoded_numml = urlencode($accountRow['account_name']); echo " $account_type_string