Update call_center_agent_edit.php

This commit is contained in:
FusionPBX
2016-10-22 22:57:03 -06:00
committed by GitHub
parent 7f55015629
commit c07895ffc3
+2 -3
View File
@@ -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);
} }