mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-10 18:48:23 +00:00
Hide the empty select option for the IVR Menu rinback.
This commit is contained in:
@@ -813,7 +813,7 @@ for ($c = 0; $c < 1; $c++) {
|
||||
}
|
||||
else {
|
||||
echo " <select class='formfld' name='ivr_menu_ringback'>\n";
|
||||
echo " <option value=''></option>\n";
|
||||
//echo " <option value=''></option>\n";
|
||||
echo $select_options;
|
||||
echo " </select>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user