mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Fix a bug in IVR Menu exit action select hangup did not display the action correctly
This commit is contained in:
@@ -1597,9 +1597,9 @@ function switch_select_destination($select_type, $select_label, $select_name, $s
|
||||
if (strlen($select_label) > 0) {
|
||||
echo " <option value='".$select_value."' selected='selected'>".$select_label."</option>\n";
|
||||
}
|
||||
//else {
|
||||
// echo " <option value='".$select_value."' selected='selected'>".$select_value."</option>\n";
|
||||
//}
|
||||
else {
|
||||
echo " <option value='".$select_value."' selected='selected'>".trim($select_value,":")."</option>\n";
|
||||
}
|
||||
}
|
||||
if ($select_type == "dialplan" || $select_type == "ivr" || $select_type == "call_center_contact") {
|
||||
echo "</optgroup>\n";
|
||||
|
||||
Reference in New Issue
Block a user