mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
add copy to the device description when making a copy of a device
This commit is contained in:
@@ -117,6 +117,9 @@ else {
|
||||
//prepare the devices array
|
||||
unset($devices[0]["device_uuid"]);
|
||||
|
||||
//add copy to the device description
|
||||
$devices[0]["device_description"] = $text['button-copy']." ".$devices[0]["device_description"];
|
||||
|
||||
//prepare the device_lines array
|
||||
$x = 0;
|
||||
foreach ($device_lines as $row) {
|
||||
|
||||
Reference in New Issue
Block a user