From 4839868c7218334ee45e4f63f3cf612a88f7c028 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 12 Jul 2018 08:29:27 -0600 Subject: [PATCH] Update destination_edit.php --- app/destinations/destination_edit.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index c21f403e71..8ba2d2f9e4 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -865,7 +865,7 @@ echo "\n"; echo "\n"; - if (permission_exists('outbound_caller_id_select')) { + if (permission_exists('destination_caller_id_name')) { echo "\n"; echo "\n"; echo " ".$text['label-destination_caller_id_name']."\n"; @@ -876,7 +876,9 @@ echo $text['description-destination_caller_id_name']."\n"; echo "\n"; echo "\n"; + } + if (permission_exists('destination_caller_id_number')) { echo "\n"; echo "\n"; echo " ".$text['label-destination_caller_id_number']."\n";