Skip to content
Snippets Groups Projects
Commit 07af61d8 authored by Dave Greenberg's avatar Dave Greenberg
Browse files

CRM-12308 Removed reference to a non-existent template. Checked that...

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
parent 0f24cb84
Branches
Tags
No related merge requests found
......@@ -101,9 +101,6 @@
</div>
{/if}
{/if}
{if $initialPayment}
{include file="CRM/Price/Form/InitialPayment.tpl" extends="Contribution" paymentMode='online'}
{/if}
{if $pcp && $is_honor_roll }
<fieldset class="crm-group pcp-group">
<div class="crm-section pcp-section">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment