From 8fcc43d1fb5e3634a1a8ab133403a260822ff4b1 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 11 Mar 2023 19:34:30 -0500 Subject: [PATCH] Fixed broken Online Payments Settings Page due to a regression --- settings_online_payment.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/settings_online_payment.php b/settings_online_payment.php index 789050ed..667452fc 100644 --- a/settings_online_payment.php +++ b/settings_online_payment.php @@ -2,8 +2,6 @@ require_once("inc_all_settings.php"); -$sql_accounts = mysqli_query($mysqli, "SELECT * FROM accounts WHERE company_id = '$session_company_id'"); - ?>
@@ -51,6 +49,7 @@ $sql_accounts = mysqli_query($mysqli, "SELECT * FROM accounts WHERE company_id =