mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Fixed accounts -> extensions device model and description in the select list.
This commit is contained in:
@@ -1293,7 +1293,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo " <option value=\"".$field["device_mac_address"]."\" selected>".$field["device_mac_address"]."</option>\n";
|
||||
}
|
||||
else {
|
||||
echo " <option value=\"".$field["device_mac_address"]."\">".$field["device_mac_address"]." ".$row['device_model']." ".$row['device_description']."</option>\n";
|
||||
echo " <option value=\"".$field["device_mac_address"]."\">".$field["device_mac_address"]." ".$field['device_model']." ".$field['device_description']."</option>\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user