mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update destination_edit.php
This commit is contained in:
@@ -1502,7 +1502,7 @@
|
||||
}
|
||||
|
||||
//destination conditions
|
||||
if (permission_exists('destination_conditions')) {
|
||||
if (permission_exists('destination_conditions') && $_SESSION['destinations']['dialplan_details']['boolean'] == "false") {
|
||||
echo "<tr id='tr_conditions'>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-destination_conditions']."\n";
|
||||
|
||||
Reference in New Issue
Block a user