Call Center: Added cc_cancel_reason log field.

This commit is contained in:
Nate Jones 2014-10-24 01:49:45 +00:00
parent 49840b33da
commit 9105078ee4
1 changed files with 4 additions and 0 deletions

View File

@ -344,6 +344,10 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_hangup_cause";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_cancel_reason";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$y = 2; //table array index
$z = 0; //field array index