Update xml_cdr.php

This commit is contained in:
agree 2021-01-13 13:12:23 -05:00 committed by GitHub
parent 3a01537487
commit 33b206c6a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@
$content = '';
}
//show agent originated legs only to those with the permission
if (!permission_exists('xml_cdr_cc_agent_side') && $row['cc_side'] == "agent") {
if (!permission_exists('xml_cdr_cc_agent_leg') && $row['cc_side'] == "agent") {
$content = '';
}
//show the leg b only to those with the permission