--CRM-16189, removed spaces
authorPradeep Nayak <pradpnayak@gmail.com>
Sun, 26 Jun 2016 23:34:37 +0000 (05:04 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Sun, 26 Jun 2016 23:34:37 +0000 (05:04 +0530)
CRM/Financial/Form/FinancialTypeAccount.php
CRM/Financial/Page/AJAX.php

index c797432ffb220cfc3259deda5d46455e6754ec13..268a28abba3c945536e7a50f88e285c8390433fe 100644 (file)
@@ -142,7 +142,7 @@ class CRM_Financial_Form_FinancialTypeAccount extends CRM_Contribute_Form {
       $this->add('hidden', 'account_type_id', $this->_id);
     }
     $params['orderColumn'] = 'label';
-    $AccountTypeRelationship = CRM_Core_PseudoConstant::get('CRM_Financial_DAO_EntityFinancialAccount', 'account_relationship', $params); 
+    $AccountTypeRelationship = CRM_Core_PseudoConstant::get('CRM_Financial_DAO_EntityFinancialAccount', 'account_relationship', $params);
     if (!empty($AccountTypeRelationship)) {
       $element = $this->add('select',
         'account_relationship',
index 49ef45a0585b0bb08a05e0071b872ff7d4a0ff72..a5e5b0f7747c8bbc7c3b737559eed02931fb9e4d 100644 (file)
@@ -99,7 +99,7 @@ class CRM_Financial_Page_AJAX {
     }
     $params['orderColumn'] = 'label';
     $result = CRM_Core_PseudoConstant::get('CRM_Financial_DAO_EntityFinancialAccount', 'account_relationship', $params);
+
     $elements = array(
       array(
         'name' => ts('- Select Financial Account Relationship -'),