projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b91d1b
)
Show only Active SMS provider List on Mass SMS form
author
Sunil Pawar
<sunil@skvare.com>
Wed, 28 Oct 2020 07:55:38 +0000
(13:25 +0530)
committer
Sunil Pawar
<sunil@skvare.com>
Wed, 28 Oct 2020 07:55:38 +0000
(13:25 +0530)
CRM/SMS/Form/Group.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/SMS/Form/Group.php
b/CRM/SMS/Form/Group.php
index 9755626958142e612333687f3f1075af7d85289e..5dad9206a10edee7733683730140304603cc3a2f 100644
(file)
--- a/
CRM/SMS/Form/Group.php
+++ b/
CRM/SMS/Form/Group.php
@@
-97,7
+97,7
@@
class CRM_SMS_Form_Group extends CRM_Contact_Form_Task {
$this->add('select', 'sms_provider_id',
ts('Select SMS Provider'),
- CRM_Utils_Array::collect('title', CRM_SMS_BAO_Provider::getProviders()),
+ CRM_Utils_Array::collect('title', CRM_SMS_BAO_Provider::getProviders(
NULL, ['is_active' => 1]
)),
TRUE
);