mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Updated Accounts Listing to use take adavantage of the new account_type_parent
This commit is contained in:
@@ -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 "<option value='$account_type_id'>$account_type_name</option>";}}?>
|
||||
|
||||
echo "<option value='$account_type_id'>$account_type_name</option>";
|
||||
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user