Correct the call center permissions.
This commit is contained in:
parent
01c6d580dd
commit
6a72593b59
|
|
@ -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