small fix for agent time report on agent screen

git-svn-id: svn://192.168.202.10@3119 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2019-06-30 19:47:25 +00:00
parent 6c2fb2b08e
commit 8e385e9b36
+1 -1
View File
@@ -17803,7 +17803,7 @@ if ($ACTION == 'AGENTtimeREPORT')
}
$days=-1;
if ($start_date == "$end_date")
if ($start_date == "$NOW_DATE")
{
$days=0;
$temp_date_epoch = $secX;