worked on CRM-12463, more cleanup
[civicrm-core.git] / CRM / Contribute / Import / Parser / Contribution.php
index 3eb438a3c90d99368998c7173871c53adc1a2a3a..7e695d28580b3b48d91e59b9cd48b999c4bb2277 100644 (file)
@@ -387,6 +387,8 @@ class CRM_Contribute_Import_Parser_Contribution extends CRM_Contribute_Import_Pa
               'contact_id' => $formatted['soft_credit_to'],
               'contribution_id' => $ids['contribution'],
             );
+            
+            //FIXE ME: Need to fix this logic
             $existingSoftCredit = CRM_Contribute_BAO_ContributionSoft::getSoftContribution($dupeSoftCredit);
             if (CRM_Utils_Array::value('soft_credit_id', $existingSoftCredit)) {
               $formatted['softID'] = $existingSoftCredit['soft_credit_id'];