From: Dave Greenberg Date: Wed, 8 Jan 2014 20:27:03 +0000 (-0800) Subject: CRM-14034 - additional fix. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4df42304359458c48599efbe955a453dfb83b01e;p=civicrm-core.git 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 --- diff --git a/CRM/Contribute/Form/SoftCredit.php b/CRM/Contribute/Form/SoftCredit.php index 63b282a43d..2b3b9b12b1 100644 --- a/CRM/Contribute/Form/SoftCredit.php +++ b/CRM/Contribute/Form/SoftCredit.php @@ -96,8 +96,6 @@ class CRM_Contribute_Form_SoftCredit { $form->assign('pcpLinked', 1); } - $form->addFormRule(array('CRM_Contribute_Form_SoftCredit', 'formRule'), $form); - } /**