MT#7439 ngcp-panel: Fix typo in the Call Through label

mr3.3.1
Andrew Pogrebennyk 11 years ago
parent 69e20a8629
commit 6158580869

@ -60,7 +60,7 @@ sub build_destinations {
if($c->config->{features}->{faxserver});
push @options, { label => 'Calling Card', value => 'callingcard' }
if($c->config->{features}->{callingcard});
push @options, { label => 'Call Trough', value => 'callthrough' }
push @options, { label => 'Call Through', value => 'callthrough' }
if($c->config->{features}->{callthrough});
push @options, { label => 'Auto Attendant', value => 'autoattendant' }
if($c->config->{features}->{cloudpbx} && $c->stash->{pbx});

@ -45,7 +45,7 @@ sub build_destinations {
if($c->config->{features}->{faxserver});
push @options, { label => 'Calling Card', value => 'callingcard' }
if($c->config->{features}->{callingcard});
push @options, { label => 'Call Trough', value => 'callthrough' }
push @options, { label => 'Call Through', value => 'callthrough' }
if($c->config->{features}->{callthrough});
push @options, { label => 'Auto Attendant', value => 'autoattendant' }
if($c->config->{features}->{cloudpbx} && $c->stash->{pbx});

Loading…
Cancel
Save