Update call_center_agent_edit.php
This commit is contained in:
@@ -230,9 +230,8 @@
|
|||||||
|
|
||||||
//save to the data
|
//save to the data
|
||||||
$database = new database;
|
$database = new database;
|
||||||
//$orm->name('call_center_agents');
|
$database->app_name = 'call_center';
|
||||||
$database->app_name = 'call_center_agents';
|
$database->app_uuid = '95788e50-9500-079e-2807-fd530b0ea370';
|
||||||
$database->app_uuid = null;
|
|
||||||
if (strlen($call_center_agent_uuid) > 0) {
|
if (strlen($call_center_agent_uuid) > 0) {
|
||||||
$database->uuid($call_center_agent_uuid);
|
$database->uuid($call_center_agent_uuid);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user