From 643a316538843495a9a8b23a07802213fc28a6dc Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 12 Dec 2017 16:12:01 -0500 Subject: [PATCH] Removed preliminary data for custom fields for registrants that should not have been pushed. --- views/front/registrations/registration.html | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/views/front/registrations/registration.html b/views/front/registrations/registration.html index b1f29c6..0beb2ba 100644 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -144,24 +144,6 @@ {/if}{literal} - - - -{/literal} - {if apply_filters('glm-members-customfields-active', false)} -ID = {$regEvent.id} - {assign var="fid" value="glm_reg_customfields_reg_attendee_`$event.id`"} {* assemble the uid with the current event ID *} -
FID = {$fid} - {if apply_filters('glm-members-customfields-have-fields', false, $fid)} - - {apply_filters('glm-members-customfields-form-display', '', $fid, $cartId, 'checkoutForm', false)} - - {/if} - {/if} -{literal} - - -
-- 2.17.1