Skip to content

Commit

Permalink
dev/core#1118 define filter type for case_type_id
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak-srivastava committed Jul 20, 2019
1 parent fb8e7fe commit d18a960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Report/Form/Case/Summary.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public function __construct() {
'title' => ts('Case Type'),
'operatorType' => CRM_Report_Form::OP_MULTISELECT,
'options' => CRM_Case_BAO_Case::buildOptions('case_type_id', 'search'),
'type' => CRM_Utils_Type::T_INT,
],
'status_id' => [
'title' => ts('Status'),
Expand Down

0 comments on commit d18a960

Please sign in to comment.