Skip to content

Commit

Permalink
remove start/end date as mandatory in Demographics report
Browse files Browse the repository at this point in the history
  • Loading branch information
yashodha committed Jul 26, 2022
1 parent 3d3fa36 commit 5385a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Report/Form/Case/Demographics.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ public function __construct() {
],
'start_date' => [
'title' => ts('Case Start'),
'required' => TRUE,
'default' => TRUE,
],
'end_date' => [
'title' => ts('Case End'),
'required' => TRUE,
'default' => TRUE,
],
],
'filters' => [
Expand Down

0 comments on commit 5385a49

Please sign in to comment.