From 33b206c6a7282dcf0b43ce3cb0ed44246e441124 Mon Sep 17 00:00:00 2001 From: agree <37550360+greenbea@users.noreply.github.com> Date: Wed, 13 Jan 2021 13:12:23 -0500 Subject: [PATCH] Update xml_cdr.php --- app/xml_cdr/xml_cdr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/xml_cdr/xml_cdr.php b/app/xml_cdr/xml_cdr.php index d3880e22be..f49d569f4e 100644 --- a/app/xml_cdr/xml_cdr.php +++ b/app/xml_cdr/xml_cdr.php @@ -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