When assigning and extension to a device set the display_name.
This commit is contained in:
parent
cc2b15d47e
commit
a527ac7964
|
|
@ -240,6 +240,7 @@ if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/billing/app_config.
|
|||
$sql_insert .= "device_line_uuid, ";
|
||||
$sql_insert .= "domain_uuid, ";
|
||||
$sql_insert .= "server_address, ";
|
||||
$sql_insert .= "display_name, ";
|
||||
$sql_insert .= "user_id, ";
|
||||
$sql_insert .= "auth_id, ";
|
||||
$sql_insert .= "password, ";
|
||||
|
|
@ -253,6 +254,7 @@ if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/billing/app_config.
|
|||
$sql_insert .= "'".$_SESSION['domain_name']."', ";
|
||||
$sql_insert .= "'".$extension."', ";
|
||||
$sql_insert .= "'".$extension."', ";
|
||||
$sql_insert .= "'".$extension."', ";
|
||||
$sql_insert .= "'".$password."', ";
|
||||
$sql_insert .= "'".$line_number."' ";
|
||||
$sql_insert .= ")";
|
||||
|
|
|
|||
Loading…
Reference in New Issue