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
This commit is contained in:
mattf
2015-11-10 21:13:08 +00:00
parent a43884021d
commit 5b2b885ce2
+5
View File
@@ -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 #####