minor fix
authormonishdeb <monish.deb@webaccessglobal.com>
Wed, 13 Jan 2016 19:28:26 +0000 (00:58 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Wed, 13 Jan 2016 19:28:26 +0000 (00:58 +0530)
CRM/Contribute/BAO/Contribution.php

index 0091e4ceeb1715fc7b229b0661f4d06f64f2e3cd..6be5346306c08e4b15067e63fc4f9a6677296727 100644 (file)
@@ -2733,7 +2733,6 @@ INNER JOIN civicrm_activity ON civicrm_activity_contact.activity_id = civicrm_ac
     if (!empty($values['lineItem']) && !empty($this->_relatedObjects['membership'])) {
       $values['useForMember'] = TRUE;
     }
-
     //assign honor information to receipt message
     $softRecord = CRM_Contribute_BAO_ContributionSoft::getSoftContribution($this->id);