Correct the call center permissions.
This commit is contained in:
parent
2dd1e921c5
commit
11e294900e
|
|
@ -26,7 +26,7 @@
|
|||
require_once "root.php";
|
||||
require_once "resources/require.php";
|
||||
require_once "resources/check_auth.php";
|
||||
if (permission_exists('call_center_agents_edit')) {
|
||||
if (permission_exists('call_center_agents_view')) {
|
||||
//access granted
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue