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:
a5bdb2b
)
Make payment processor selection on event pages multi-site aware again
author
Jon goldberg
<jon@palantetech.coop>
Mon, 20 Jun 2016 19:07:20 +0000
(15:07 -0400)
committer
Jon goldberg
<jon@palantetech.coop>
Mon, 20 Jun 2016 19:07:20 +0000
(15:07 -0400)
CRM/Event/Form/ManageEvent/Fee.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/Form/ManageEvent/Fee.php
b/CRM/Event/Form/ManageEvent/Fee.php
index adef3c6ca8f19f53a3607890a75a18e72e8c0aed..e5171c3796c478cc888eadddeae6906d4915ddd5 100644
(file)
--- a/
CRM/Event/Form/ManageEvent/Fee.php
+++ b/
CRM/Event/Form/ManageEvent/Fee.php
@@
-259,6
+259,9
@@
class CRM_Event_Form_ManageEvent_Fee extends CRM_Event_Form_ManageEvent {
$this->addEntityRef('payment_processor', ts('Payment Processor'), array(
'entity' => 'PaymentProcessor',
'multiple' => TRUE,
+ 'api' => array(
+ 'params' => array('domain_id' => CRM_Core_Config::domainID()),
+ ),
'select' => array('minimumInputLength' => 0),
));