Update dialplan_outbound_add.php

This commit is contained in:
FusionPBX 2019-05-24 13:52:41 -06:00 committed by GitHub
parent 6f1e5aa479
commit e4cb6617b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@
}
if (strlen($prefix_number) > 0) {
if ($_SESSION['cdr']['cut_prefix']['boolean'] == 'true') {
if ($_SESSION['cdr']['remove_prefix']['boolean'] == 'true') {
$y++;
$array['dialplans'][$x]['dialplan_details'][$y]['dialplan_detail_uuid'] = uuid();
$array['dialplans'][$x]['dialplan_details'][$y]['domain_uuid'] = $_SESSION['domain_uuid'];