CRM-17718 installments should NOT be mandatory on recur edit page - this change is...
authoreileenmcnaugton <eileen@fuzion.co.nz>
Mon, 15 Feb 2016 00:13:05 +0000 (13:13 +1300)
committereileenmcnaugton <eileen@fuzion.co.nz>
Mon, 15 Feb 2016 00:13:42 +0000 (13:13 +1300)
CRM/Contribute/Form/UpdateSubscription.php

index 63cbc3b78dc2ee20b3fd161072b58983d9f450c4..c07de932059a6c7dffba1e85539420d9f0b8d7ec 100644 (file)
@@ -158,7 +158,7 @@ class CRM_Contribute_Form_UpdateSubscription extends CRM_Core_Form {
       TRUE, 'currency', $this->_subscriptionDetails->currency, TRUE
     );
 
-    $this->add('text', 'installments', ts('Number of Installments'), array('size' => 20), TRUE);
+    $this->add('text', 'installments', ts('Number of Installments'), array('size' => 20), FALSE);
 
     if ($this->_donorEmail) {
       $this->add('checkbox', 'is_notify', ts('Notify Contributor?'));