diff --git a/views/bootstrap/class.ExpiredDocuments.php b/views/bootstrap/class.ExpiredDocuments.php index 61669d117..629f34726 100644 --- a/views/bootstrap/class.ExpiredDocuments.php +++ b/views/bootstrap/class.ExpiredDocuments.php @@ -106,7 +106,7 @@ class SeedDMS_View_ExpiredDocuments extends SeedDMS_Theme_Style { if($startts) $d['start'] = $startts; if($endts) - $d['end'] = $endts; + $d['end'] = $endts+86400; $docs = $dms->getDocumentsExpired($d, null, $orderby, $orderdir, true); $this->contentHeading(getReadableDate($startts)." - ".getReadableDate($endts)); }