From 652f4aadb47b7c3dfb6bb00fc4100b2ce459bcdd Mon Sep 17 00:00:00 2001 From: yashodha Date: Fri, 23 May 2014 19:12:46 +0530 Subject: [PATCH] CRM-14664: js fixes --- templates/CRM/Event/Form/Registration/Register.tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/CRM/Event/Form/Registration/Register.tpl b/templates/CRM/Event/Form/Registration/Register.tpl index fffb3fb22f..c91bcdde5b 100644 --- a/templates/CRM/Event/Form/Registration/Register.tpl +++ b/templates/CRM/Event/Form/Registration/Register.tpl @@ -215,8 +215,7 @@ var payment_processor = cj("div.payment_processor-section"); var payment_information = cj("div#payment_information"); - if ((isMultiple && cj("#additional_participants").val()) || - !(payment_options.length && payment_processor.length && payment_information.length)) { + if (isMultiple && cj("#additional_participants").val()) { flag = 0; } -- 2.25.1