From c4145dedecb1f3157ecf8fd85421f562e8128e73 Mon Sep 17 00:00:00 2001 From: "Matthew Wire (MJW Consulting)" Date: Sat, 1 Jun 2019 20:02:16 +0100 Subject: [PATCH] Add missing 'submit credit card event registration' link to standalone event registration form --- templates/CRM/Event/Form/Participant.tpl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/CRM/Event/Form/Participant.tpl b/templates/CRM/Event/Form/Participant.tpl index df00cd3c66..6ffa6fb725 100644 --- a/templates/CRM/Event/Form/Participant.tpl +++ b/templates/CRM/Event/Form/Participant.tpl @@ -184,6 +184,16 @@ {assign var=registerMode value="LIVE"} {/if}
+ {if $newCredit AND $action EQ 1 AND $participantMode EQ null} + + {/if}
{if $participantMode}
-- 2.25.1