From 6c693e6fdf29885cd0da5127af7660c43bddd173 Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 4 Dec 2014 10:51:00 +0000 Subject: [PATCH] Fix for download headers, issue #805 in AST_agent_time_detail.php report git-svn-id: svn://192.168.202.10@2214 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/vicidial/AST_agent_time_detail.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agc_2-X/trunk/www/vicidial/AST_agent_time_detail.php b/agc_2-X/trunk/www/vicidial/AST_agent_time_detail.php index 9cdde19c..2787c400 100644 --- a/agc_2-X/trunk/www/vicidial/AST_agent_time_detail.php +++ b/agc_2-X/trunk/www/vicidial/AST_agent_time_detail.php @@ -37,6 +37,7 @@ # 140328-0005 - Converted division calculations to use MathZDC function # 141113-1124 - Finalized adding QXZ translation to all admin files # 141125-0950 - Changed AGENT TIME to LOGIN TIME for uniform headers with other reports, issue #427 +# 141204-0548 - Fix for download headers, issue #805 # $startMS = microtime(); @@ -716,7 +717,7 @@ else } else { - $file_output .= _QXZ("USER").","._QXZ("ID").","._QXZ("CALLS").","._QXZ("TIME CLOCK").","._QXZ("LOGIN TIME")."$park_HEADER_CSV,$sub_statusesFILE\n"; + $file_output .= _QXZ("USER").","._QXZ("ID").","._QXZ("CALLS").","._QXZ("TIME CLOCK").","._QXZ("LOGIN TIME").","._QXZ("WAIT").","._QXZ("WAIT %").","._QXZ("TALK").","._QXZ("TALK TIME %").","._QXZ("DISPO").","._QXZ("DISPOTIME %").","._QXZ("PAUSE").","._QXZ("PAUSETIME %").","._QXZ("DEAD").","._QXZ("DEAD TIME %").","._QXZ("CUSTOMER")."$park_HEADER_CSV$sub_statusesFILE\n"; } ##### END print the output to screen or put into file output variable