Skip to content
Snippets Groups Projects
Commit 4df42304 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 b326919b
Branches
Tags
No related merge requests found
......@@ -96,8 +96,6 @@ class CRM_Contribute_Form_SoftCredit {
$form->assign('pcpLinked', 1);
}
$form->addFormRule(array('CRM_Contribute_Form_SoftCredit', 'formRule'), $form);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment