'title' => ts('End Date'),
'type' => CRM_Utils_Type::T_DATE,
),
+ 'active_period_date' => array(
+ 'title' => ts('Active Period'),
+ 'type' => CRM_Utils_Type::T_DATE,
+ ),
'is_permission_a_b' => array(
'title' => ts('Does contact A have permission over contact B?'),
'operatorType' => CRM_Report_Form::OP_SELECT,
'title' => ts('Start Date'),
'name' => 'start_date',
),
- 'active_period_date' => array(
- 'title' => ts('Active Period'),
- 'type' => CRM_Utils_Type::T_DATE,
- ),
),
'grouping' => 'relation-fields',
),