Merge pull request #2289 from eileenmcnaughton/CRM-13918
[civicrm-core.git] / CRM / Report / Form / Contact / Relationship.php
index 840d02e5e816e8993d037f41ae0777b0d4ffddce..07ef819c9950cb3775ff538b4aacf8bbcb2f6c53 100644 (file)
@@ -2,7 +2,7 @@
 
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -62,6 +62,16 @@ class CRM_Report_Form_Contact_Relationship extends CRM_Report_Form {
             'no_display' => TRUE,
             'required' => TRUE,
           ),
+          'contact_type_a' =>
+          array(
+            'title' => ts('Contact Type (Contact A)'),
+            'name' => 'contact_type',
+          ),
+          'contact_sub_type_a' =>
+          array(
+            'title' => ts('Contact SubType (Contact A)'),
+            'name' => 'contact_sub_type',
+          ),
         ),
         'filters' =>
         array(
@@ -90,6 +100,16 @@ class CRM_Report_Form_Contact_Relationship extends CRM_Report_Form {
             'no_display' => TRUE,
             'required' => TRUE,
           ),
+          'contact_type_b' =>
+          array(
+            'title' => ts('Contact Type (Contact B)'),
+            'name' => 'contact_type',
+          ),
+          'contact_sub_type_b' =>
+          array(
+            'title' => ts('Contact SubType (Contact B)'),
+            'name' => 'contact_sub_type',
+          ),
         ),
         'filters' =>
         array(