Details
-
Type: Bug
-
Status: Open
-
Priority: Important
-
Resolution: Unresolved
-
Affects Version/s: 4.7.15
-
Fix Version/s: None
-
Component/s: CiviEvent
-
Labels:None
-
Versioning Impact:None (no code merged)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
Payment block being loading as From inside the main form
due to this card payment is not working.
CRM/Contribute/Form/AdditionalPayment.tpl
Line 237
if (!$('div.'+ id, $form).html()) {
CRM.loadPage(url, {target: $('div.' + id, $form)});
}