From: Allen Shaw Date: Mon, 28 Mar 2016 18:44:58 +0000 (-0500) Subject: CRM-18305 - CiviMember - Auto-renew checkbox option was being displayed multiple... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0f60f61c7603810b6504b7b98309377ae8bbf9a9;p=civicrm-core.git CRM-18305 - CiviMember - Auto-renew checkbox option was being displayed multiple times. --- diff --git a/templates/CRM/Price/Form/PriceSet.tpl b/templates/CRM/Price/Form/PriceSet.tpl index f05f0ad3a4..86a70d95d9 100644 --- a/templates/CRM/Price/Form/PriceSet.tpl +++ b/templates/CRM/Price/Form/PriceSet.tpl @@ -102,7 +102,7 @@ {/if} - {if !empty($extends) && $extends eq "Membership" && $element.html_type != 'Text'} + {if !empty($extends) && $extends eq "Membership" && $element.name == 'membership_amount'}