Add Add max_wait_time_with_no_agent_time_reached to call center.

This commit is contained in:
Mark Crane
2012-11-22 03:26:13 +00:00
parent 167b650ebc
commit 42d6c95c2e
2 changed files with 22 additions and 6 deletions
+1 -1
View File
@@ -397,7 +397,7 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'max_wait_time_with_no_agent_time_reached';
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_max_wait_time_with_no_agent_time_reached';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;