CRM-17278 autorenew not checked in some circumstances
authoreileenmcnaugton <eileen@fuzion.co.nz>
Thu, 24 Sep 2015 15:15:45 +0000 (03:15 +1200)
committermonishdeb <monish.deb@webaccessglobal.com>
Wed, 30 Sep 2015 12:50:57 +0000 (18:20 +0530)
templates/CRM/Contribute/Form/Contribution/MembershipBlock.tpl

index d2f3974c20d59f4b84708c2207df422b0a95be40..671184bf40af2706ec4cb92b0f2cafea41b5287b 100644 (file)
@@ -256,7 +256,7 @@ function showHideAutoRenew( memTypeId )
      //to load auto_renew checked.
      //isChecked = true;
 
-  } else if ( currentOption == 2 ) {
+  } else if ( currentOption == 2 || currentOption == 4) {
      funName = 'show();';
      isChecked = readOnly = true;
   }