From: Jon goldberg Date: Mon, 20 Jun 2016 19:07:20 +0000 (-0400) Subject: Make payment processor selection on event pages multi-site aware again X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=64cd89ba62240ff443891d9a30d5074fa1619ec3;p=civicrm-core.git Make payment processor selection on event pages multi-site aware again --- diff --git a/CRM/Event/Form/ManageEvent/Fee.php b/CRM/Event/Form/ManageEvent/Fee.php index adef3c6ca8..e5171c3796 100644 --- 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), ));