Update ring_group_edit.php

This commit is contained in:
FusionPBX 2018-04-05 15:35:08 -06:00 committed by GitHub
parent e6d2e1f8b8
commit c1ca181939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@
echo " ".$text['label-caller_id_number']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='number' name='ring_group_caller_number' maxlength='255' min='0' step='1' value='$ring_group_caller_number'>\n";
echo " <input class='formfld' type='number' name='ring_group_caller_id_number' maxlength='255' min='0' step='1' value='$ring_group_caller_id_number'>\n";
echo "<br />\n";
echo $text['description-caller_id_number']." \n";
echo "</td>\n";