Initial Removal of Account Types: Removed from Admin side nav

This commit is contained in:
johnnyq 2024-09-17 13:29:31 -04:00
parent a2766bd67f
commit 4286588446
1 changed files with 0 additions and 6 deletions

View File

@ -57,12 +57,6 @@
<p>Taxes</p>
</a>
</li>
<li class="nav-item">
<a href="admin_account_types.php" class="nav-link <?php echo (basename($_SERVER['PHP_SELF']) == 'admin_account_types.php' ? 'active' : ''); ?>">
<i class="nav-icon fas fa-money-bill-wave"></i>
<p>Account Types</p>
</a>
</li>
<li class="nav-item">
<a href="admin_ticket_statuses.php" class="nav-link <?php echo (basename($_SERVER['PHP_SELF']) == 'admin_ticket_statuses.php' ? 'active' : ''); ?>">
<i class="nav-icon fas fa-info-circle"></i>