'title' => ts('Duration'),
'type' => CRM_Utils_Type::T_INT,
),
+ 'location' => array(
+ 'title' => ts('Location'),
+ 'type' => CRM_Utils_Type::T_STRING,
+ ),
'details' => array(
'title' => ts('Activity Details'),
),
'operatorType' => CRM_Report_Form::OP_MULTISELECT,
'options' => CRM_Core_PseudoConstant::activityStatus(),
),
+ 'location' => array(
+ 'title' => ts('Location'),
+ 'type' => CRM_Utils_Type::T_TEXT,
+ ),
'details' => array(
'title' => ts('Activity Details'),
'type' => CRM_Utils_Type::T_TEXT,