minor fix
authordeb.monish <monish.deb@jmaconsulting.biz>
Mon, 19 Jun 2017 19:20:34 +0000 (00:50 +0530)
committerdeb.monish <monish.deb@jmaconsulting.biz>
Mon, 19 Jun 2017 19:20:34 +0000 (00:50 +0530)
CRM/Contribute/Form/Contribution.php

index c25f77b1177c08e5ef7cb715174d39006db26fec..2c27af157626c48271b4c49875110212c22f4d3f 100644 (file)
@@ -301,10 +301,6 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP
     else {
       $this->setPageTitle($this->_ppID ? ts('Pledge Payment') : ts('Contribution'));
     }
-
-    if ($this->_id) {
-      CRM_Contribute_Form_SoftCredit::preprocess($this);
-    }
   }
 
   /**