Fix Pin Numbers (#3230)

* Fix Pin Numbers

Fix the pin numbers dropdown

* Fix pin codes

Fix pin codes and rename aswell as move position

* fix pin codes

* fix pin codes

* Update dialplan_outbound_add.php
This commit is contained in:
andycol
2018-06-29 09:48:12 -06:00
committed by FusionPBX
parent 32b139a34f
commit 4a37aaa15a
3 changed files with 24 additions and 20 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['description'] = "Add outbound routes for any gateways on any domain.";
$y++;
$apps[$x]['permissions'][$y]['name'] = "outbound_route_pin_codes";
$apps[$x]['permissions'][$y]['name'] = "outbound_route_pin_numbers";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;