Allow editing of auto-renew membership end dates.
authorDavid Thompson <davet@gnu.org>
Fri, 16 Jan 2015 18:03:43 +0000 (13:03 -0500)
committerDavid Thompson <davet@gnu.org>
Fri, 16 Jan 2015 18:03:43 +0000 (13:03 -0500)
templates/CRM/Member/Form/Membership.tpl

index e4cdec27e9985f58d2f41fb07f87fabf7cb784f0..bbd38ac9298344424d0cbc3006e7eb263f80da19 100644 (file)
           <br />
           <span class="description">{ts}First day of current continuous membership period. Start Date will be automatically set based on Membership Type if you don't select a date.{/ts}</span></td></tr>
         <tr class="crm-membership-form-block-end_date"><td class="label">{$form.end_date.label}</td>
-          <td>{if $isRecur && $endDate}{$endDate|crmDate}{else}{include file="CRM/common/jcalendar.tpl" elementName=end_date}{/if}
+          <td>{include file="CRM/common/jcalendar.tpl" elementName=end_date}
             <br />
             <span class="description">{ts}Latest membership period expiration date. End Date will be automatically set based on Membership Type if you don't select a date.{/ts}</span></td></tr>
         <tr id="autoRenew" class="crm-membership-form-block-auto_renew">