mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fix Views based off new role Permissions
This commit is contained in:
@@ -206,7 +206,7 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<?php if($session_user_role == 1 OR $session_user_role > 3){ ?>
|
||||
<?php if($session_user_role == 1 OR $session_user_role > 2){ ?>
|
||||
|
||||
<li class="nav-header mt-3">ACCOUNTING</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user