From 7a834b0f5f2fc370d417e6bd4a86e5a432561f37 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 20 Oct 2023 16:27:43 -0400 Subject: [PATCH] Update Payments to only show account_type_parent 1 which is assets --- settings_defaults.php | 16 +++++++--------- settings_online_payment.php | 12 +++++------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/settings_defaults.php b/settings_defaults.php index b026a09d..2a4af1dc 100644 --- a/settings_defaults.php +++ b/settings_defaults.php @@ -98,16 +98,14 @@ require_once("inc_all_settings.php"); ?> 10) { - $account_id = intval($row['account_id']); - $account_name = nullable_htmlentities($row['account_name']); ?> - - + + diff --git a/settings_online_payment.php b/settings_online_payment.php index 1bc54f78..61a3058d 100644 --- a/settings_online_payment.php +++ b/settings_online_payment.php @@ -49,16 +49,14 @@ require_once("inc_all_settings.php");