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 e06fc610..27978065 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 @@ -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 #####