From ccb22423c55ec33581ed1af60ae655ed18e80abe Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 31 May 2011 23:46:37 +0000 Subject: [PATCH] Changed first phone_number field to phone_number_dialed, issue #495 git-svn-id: svn://192.168.202.10@1669 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/vicidial/call_report_export.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agc_2-X/trunk/www/vicidial/call_report_export.php b/agc_2-X/trunk/www/vicidial/call_report_export.php index 99b0907e..4af81c85 100644 --- a/agc_2-X/trunk/www/vicidial/call_report_export.php +++ b/agc_2-X/trunk/www/vicidial/call_report_export.php @@ -28,6 +28,7 @@ # 110224-1135 - Added call_notes export option # 110316-2121 - Added export_fields option # 110329-1330 - Added more fields to EXTENDED option +# 110531-1945 - Changed first phone_number field to phone_number_dialed, issue #495 # require("dbconnect.php"); @@ -420,7 +421,7 @@ if ($run_export > 0) if ( ($custom_fields_enabled > 0) and ($custom_fields=='YES') ) {$CFheader = "\tcustom_fields";} - echo "call_date\tphone_number\tstatus\tuser\tfull_name\tcampaign_id\tvendor_lead_code\tsource_id\tlist_id\tgmt_offset_now\tphone_code\tphone_number\ttitle\tfirst_name\tmiddle_initial\tlast_name\taddress1\taddress2\taddress3\tcity\tstate\tprovince\tpostal_code\tcountry_code\tgender\tdate_of_birth\talt_phone\temail\tsecurity_phrase\tcomments\tlength_in_sec\tuser_group\talt_dial\trank\towner\tlead_id$EFheader\tlist_name\tlist_description\tstatus_name$RFheader$EXheader$NFheader$CFheader\r\n"; + echo "call_date\tphone_number_dialed\tstatus\tuser\tfull_name\tcampaign_id\tvendor_lead_code\tsource_id\tlist_id\tgmt_offset_now\tphone_code\tphone_number\ttitle\tfirst_name\tmiddle_initial\tlast_name\taddress1\taddress2\taddress3\tcity\tstate\tprovince\tpostal_code\tcountry_code\tgender\tdate_of_birth\talt_phone\temail\tsecurity_phrase\tcomments\tlength_in_sec\tuser_group\talt_dial\trank\towner\tlead_id$EFheader\tlist_name\tlist_description\tstatus_name$RFheader$EXheader$NFheader$CFheader\r\n"; } $i=0;