CRM-20369 mailing summary report
authorBrian Shaughnessy <brian@lcdservices.biz>
Sun, 2 Apr 2017 02:12:49 +0000 (22:12 -0400)
committerBrian Shaughnessy <brian@lcdservices.biz>
Sun, 2 Apr 2017 02:12:49 +0000 (22:12 -0400)
CRM/Report/Form/Mailing/Summary.php

index 5b2fdd43828dc1c2f5ce5e82dc881f127d2ca222..1c4ef4e4ad21136074866b7c91ae653698fe87cc 100644 (file)
@@ -87,12 +87,18 @@ class CRM_Report_Form_Mailing_Summary extends CRM_Report_Form {
         ),
         'mailing_name' => array(
           'name' => 'name',
-          'title' => ts('Mailing'),
+          'title' => ts('Mailing Name'),
           'operatorType' => CRM_Report_Form::OP_MULTISELECT,
           'type' => CRM_Utils_Type::T_STRING,
           'options' => self::mailing_select(),
           'operator' => 'like',
         ),
+        'mailing_subject' => array(
+          'name' => 'subject',
+          'title' => ts('Mailing Subject'),
+          'type'=> CRM_Utils_Type::T_STRING,
+          'operator' => 'like',
+        ),
       ),
     );