diff --git a/app/xml_cdr/xml_cdr_export.php b/app/xml_cdr/xml_cdr_export.php index 2f35d52808..2cc04372ae 100644 --- a/app/xml_cdr/xml_cdr_export.php +++ b/app/xml_cdr/xml_cdr_export.php @@ -138,7 +138,7 @@ $pdf->AddPage('L', array($page_width, $page_height)); //set the number of columns - $columns = 12; + $columns = 13; //write the table column headers $data_start = ''; @@ -148,6 +148,7 @@ $data_head .= ''; $data_head .= ''; $data_head .= ''; + $data_head .= ''; $data_head .= ''; $data_head .= ''; $data_head .= ''; @@ -188,6 +189,7 @@ $data_body[$p] .= ''; $data_body[$p] .= ''; $data_body[$p] .= ''; + $data_body[$p] .= ''; $data_body[$p] .= ''; $data_body[$p] .= ''; $total['tta'] += ($fields['tta'] > 0) ? $fields['tta'] : 0;
'.$text['label-direction'].''.$text['label-caller_id_name'].''.$text['label-caller_id_number'].''.$text['label-caller_destination'].''.$text['label-destination'].''.$text['label-start'].''.$text['label-tta'].''.$text['label-'.$fields['direction']].''.$fields['caller_id_name'].''.$fields['caller_id_number'].''.format_phone($fields['caller_destination']).''.format_phone($fields['destination_number']).''.$fields['start_stamp'].'