From 07af61d82fa99ea477eab1fd44e0142aa11f02e1 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Tue, 9 Apr 2013 15:30:47 -0700 Subject: [PATCH] CRM-12308 Removed reference to a non-existent template. Checked that $initialPayment which triggers the include is not declared anywhere in the codebase. This was cruft left-over from partial payment functionality which is partially implemented under CiviAcocounts branch and then removed. ---------------------------------------- * CRM-12308: Missing template file http://issues.civicrm.org/jira/browse/CRM-12308 --- templates/CRM/Event/Form/Registration/Register.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/CRM/Event/Form/Registration/Register.tpl b/templates/CRM/Event/Form/Registration/Register.tpl index b54e0d8ee6..8996e277dc 100644 --- a/templates/CRM/Event/Form/Registration/Register.tpl +++ b/templates/CRM/Event/Form/Registration/Register.tpl @@ -101,9 +101,6 @@ {/if} {/if} -{if $initialPayment} - {include file="CRM/Price/Form/InitialPayment.tpl" extends="Contribution" paymentMode='online'} -{/if} {if $pcp && $is_honor_roll }
-- 2.25.1