From af5d58022f4b192392efd88333e68426afaa35f1 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Tue, 18 Nov 2014 01:37:17 +0530 Subject: [PATCH] CRM-11518 fix - Smart groups in scheduled reminders https://issues.civicrm.org/jira/browse/CRM-11518 --- CRM/Admin/Form/ScheduleReminders.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Admin/Form/ScheduleReminders.php b/CRM/Admin/Form/ScheduleReminders.php index f957380940..1c2eedd1e8 100644 --- a/CRM/Admin/Form/ScheduleReminders.php +++ b/CRM/Admin/Form/ScheduleReminders.php @@ -219,7 +219,7 @@ class CRM_Admin_Form_ScheduleReminders extends CRM_Admin_Form { $this->addEntityRef('recipient_manual_id', ts('Manual Recipients'), array('multiple' => TRUE, 'create' => TRUE)); $this->add('select', 'group_id', ts('Group'), - CRM_Core_PseudoConstant::nestedGroup(), FALSE, array('class' => 'crm-select2 huge') + CRM_Core_PseudoConstant::nestedGroup('Mailing'), FALSE, array('class' => 'crm-select2 huge') ); CRM_Mailing_BAO_Mailing::commonCompose($this); -- 2.25.1