From 64cd89ba62240ff443891d9a30d5074fa1619ec3 Mon Sep 17 00:00:00 2001 From: Jon goldberg Date: Mon, 20 Jun 2016 15:07:20 -0400 Subject: [PATCH] Make payment processor selection on event pages multi-site aware again --- CRM/Event/Form/ManageEvent/Fee.php | 3 +++ 1 file changed, 3 insertions(+) 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), )); -- 2.25.1