Switched to DB controlled Account Types
This commit is contained in:
@@ -155,7 +155,7 @@ function echoAccountRow($accountRow, $balance) {
|
|||||||
30 => "Equity"
|
30 => "Equity"
|
||||||
];
|
];
|
||||||
$account_type_string = $account_type_strings[$accountRow['account_type']] ?? "Unknown";
|
$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 "
|
echo "
|
||||||
<tr>
|
<tr>
|
||||||
<td>$account_type_string</td>
|
<td>$account_type_string</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user