From 5b2b885ce274f4b2dfa9873075506d4330766397 Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 10 Nov 2015 21:13:08 +0000 Subject: [PATCH] Changed download function to always export time with hours for Agent Time Detail report git-svn-id: svn://192.168.202.10@2407 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/vicidial/AST_agent_time_detail.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/vicidial/AST_agent_time_detail.php b/www/vicidial/AST_agent_time_detail.php index e06fc610..27978065 100644 --- a/www/vicidial/AST_agent_time_detail.php +++ b/www/vicidial/AST_agent_time_detail.php @@ -43,6 +43,7 @@ # 150422-1643 - Added two new shift options # 150516-1311 - Fixed Javascript element problem, Issue #857 # 150529-1921 - Sub statuses are now sorted in alphabetical order +# 151110-1612 - Changed download function to always export time with hours # $startMS = microtime(); @@ -112,6 +113,10 @@ if ($time_in_sec) { $TIME_agenttimedetail = 'S'; } +if ($file_download == 1) + { + $TIME_agenttimedetail = 'HF'; + } ############################################# ##### START SYSTEM_SETTINGS LOOKUP #####