Skip to content

Commit

Permalink
retained code
Browse files Browse the repository at this point in the history
  • Loading branch information
monishdeb committed Sep 29, 2017
1 parent b3e340d commit 11ff868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Contribute/Form/UpdateSubscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public function preProcess() {
catch (CRM_Core_Exception $e) {
CRM_Core_Error::statusBounce(ts('There is no valid processor for this subscription so it cannot be edited.'));
}
$this->_paymentProcessorObj = $this->_paymentProcessor['object'];
$this->_subscriptionDetails = CRM_Contribute_BAO_ContributionRecur::getSubscriptionDetails($this->contributionRecurID);
}

Expand Down

0 comments on commit 11ff868

Please sign in to comment.