From 9105078ee4467695bca194363acf01668d9efc06 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Fri, 24 Oct 2014 01:49:45 +0000 Subject: [PATCH] Call Center: Added cc_cancel_reason log field. --- app/call_center/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/call_center/app_config.php b/app/call_center/app_config.php index 718c1289ee..4e9b0899cc 100644 --- a/app/call_center/app_config.php +++ b/app/call_center/app_config.php @@ -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