projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d3fa36
)
remove start/end date as mandatory in Demographics report
author
yashodha
<yashodha@cividesk.com>
Tue, 26 Jul 2022 05:03:53 +0000
(10:33 +0530)
committer
yashodha
<yashodha@cividesk.com>
Tue, 26 Jul 2022 05:08:54 +0000
(10:38 +0530)
CRM/Report/Form/Case/Demographics.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Case/Demographics.php
b/CRM/Report/Form/Case/Demographics.php
index b24b06443ba7f4c67ce0bb623ad20710a45e0788..bbc42eac26125cdd586f166f041dff2797b88150 100644
(file)
--- a/
CRM/Report/Form/Case/Demographics.php
+++ b/
CRM/Report/Form/Case/Demographics.php
@@
-150,11
+150,11
@@
class CRM_Report_Form_Case_Demographics extends CRM_Report_Form {
],
'start_date' => [
'title' => ts('Case Start'),
- '
required
' => TRUE,
+ '
default
' => TRUE,
],
'end_date' => [
'title' => ts('Case End'),
- '
required
' => TRUE,
+ '
default
' => TRUE,
],
],
'filters' => [