Verified Commit 0305c274 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:sparkles: feat(audit) Use date of the date as default minimum date

issue #5952
Showing with 1 addition and 1 deletion
+1 -1
...@@ -50,7 +50,7 @@ class auditManagement extends management ...@@ -50,7 +50,7 @@ class auditManagement extends management
{ {
parent::__construct(); parent::__construct();
$this->filter->addElement(new DateFilterElement($this->filter, 'fdAuditDateTime', _('Date'))); $this->filter->addElement(new DateFilterElement($this->filter, 'fdAuditDateTime', _('Date'), date('Y-m-d')));
} }
protected function setUpListing () protected function setUpListing ()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment