From 8257fc3193b5c120c70959ad62fd982ece45afcc Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 20 Oct 2023 16:10:45 -0400 Subject: [PATCH] Updated Accounts Listing to use take adavantage of the new account_type_parent --- account_add_modal.php | 7 +++++-- account_edit_modal.php | 24 +++++++++++------------- accounts.php | 14 ++++++-------- 3 files changed, 22 insertions(+), 23 deletions(-) diff --git a/account_add_modal.php b/account_add_modal.php index 93ab7166..08df7019 100644 --- a/account_add_modal.php +++ b/account_add_modal.php @@ -33,8 +33,11 @@ while ($row = mysqli_fetch_array($sql_account_types)) { $account_type_id = intval($row['account_type_id']); $account_type_name = nullable_htmlentities($row['account_type_name']); - if($account_type_id % 10 != 0) { - echo "";}}?> + + echo ""; + + } + ?> diff --git a/account_edit_modal.php b/account_edit_modal.php index 522a3e30..94847ec1 100644 --- a/account_edit_modal.php +++ b/account_edit_modal.php @@ -19,6 +19,7 @@ +
@@ -26,28 +27,25 @@
+
+