From 0f60f61c7603810b6504b7b98309377ae8bbf9a9 Mon Sep 17 00:00:00 2001 From: Allen Shaw Date: Mon, 28 Mar 2016 13:44:58 -0500 Subject: [PATCH] CRM-18305 - CiviMember - Auto-renew checkbox option was being displayed multiple times. --- templates/CRM/Price/Form/PriceSet.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}
-- 2.25.1