From: yashodha Date: Mon, 10 Aug 2015 06:03:09 +0000 (+0530) Subject: CRM-12081: Label on field is wrong for recurring contributions X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=577e5f19e586a1ff5954de876dcf888407b7d427;p=civicrm-core.git 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 --- 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}