From 1517c3e810ff5cb5f47e03ec5b342b979c044236 Mon Sep 17 00:00:00 2001 From: yashodha Date: Wed, 2 Sep 2015 17:11:48 +0530 Subject: [PATCH] format fix --- CRM/Contribute/BAO/Query.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CRM/Contribute/BAO/Query.php b/CRM/Contribute/BAO/Query.php index 243281412c..fe3f4fbf2b 100644 --- a/CRM/Contribute/BAO/Query.php +++ b/CRM/Contribute/BAO/Query.php @@ -895,10 +895,9 @@ class CRM_Contribute_BAO_Query { array('entity' => 'contribution', 'label' => ts('Payment Method'), 'option_url' => NULL, 'placeholder' => ts('- any -')) ); - - $form->add('select', - 'contribution_pcp_made_through_id', - ts('Personal Campaign Page'), + $form->add('select', + 'contribution_pcp_made_through_id', + ts('Personal Campaign Page'), CRM_Contribute_PseudoConstant::pcPage(), FALSE, array('class' => 'crm-select2', 'multiple' => 'multiple', 'placeholder' => ts('- any -'))); $statusValues = CRM_Core_PseudoConstant::get('CRM_Contribute_DAO_Contribution', 'contribution_status_id'); -- 2.25.1