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 @@ +