Skip to content
Snippets Groups Projects
Commit 1100eb17 authored by Dave Greenberg's avatar Dave Greenberg
Browse files

CRM-14034 - additional fix.

----------------------------------------
* CRM-14034: Editing a contribution from a PCP gets an error saying "soft credit amount cannot be more than the total amount."
  http://issues.civicrm.org/jira/browse/CRM-14034
parent 19c31ac4
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ class CRM_Contribute_Form_SoftCredit {
// Tell tpl to hide soft credit field if contribution is linked directly to a PCP Page
if (CRM_Utils_Array::value('pcp_made_through_id', $form->_values)) {
$form->assign('pcpLinked', 1);
}
}
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment