From 577e5f19e586a1ff5954de876dcf888407b7d427 Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 10 Aug 2015 11:33:09 +0530 Subject: [PATCH] CRM-12081: Label on field is wrong for recurring contributions ---------------------------------------- * CRM-12081: Label on field is wrong for recurring contributions https://issues.civicrm.org/jira/browse/CRM-12081 --- templates/CRM/Contribute/Form/Contribution/Confirm.tpl | 4 ++-- templates/CRM/Contribute/Form/Contribution/ThankYou.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl index 8035b33f94..3d16fc6f72 100644 --- a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl @@ -82,8 +82,8 @@ {if $totalTaxAmount } {ts}Total Tax Amount{/ts}: {$totalTaxAmount|crmMoney}
{/if} - {if $amount } - {ts}Total Amount{/ts}: {$amount|crmMoney} {if $amount_level } - {$amount_level} {/if} + {if $amount} + {if $installments}{ts}Installment Amount{/ts}{else}{ts}Total Amount{/ts}{/if} : {$amount|crmMoney} {if $amount_level } - {$amount_level} {/if} {else} {$membership_name} {ts}Membership{/ts}: {$minimum_fee|crmMoney} {/if} diff --git a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl index 311bd5c57f..31f02f7c55 100644 --- a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl +++ b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl @@ -118,7 +118,7 @@ {if $totalTaxAmount} {ts}Tax Amount{/ts}: {$totalTaxAmount|crmMoney}
{/if} - {ts}Amount{/ts}: {$amount|crmMoney} {if $amount_level} - {$amount_level} {/if}
+ {if $installments}{ts}Installment Amount{/ts}{else}{ts}Amount{/ts}{/if} : {$amount|crmMoney} {if $amount_level } - {$amount_level} {/if} {/if} {/if} {if $receive_date} -- 2.25.1