From: Pradeep Nayak Date: Tue, 20 Sep 2016 11:52:03 +0000 (+0530) Subject: CRM-16189, fixed url link X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b979e6b4bc14c635e8adac3b46eeab3b3d162f75;p=civicrm-core.git CRM-16189, fixed url link ---------------------------------------- * CRM-16189: Improve support for Accrual Method bookkeeping https://issues.civicrm.org/jira/browse/CRM-16189 --- diff --git a/templates/CRM/Contribute/Form/ContributionView.tpl b/templates/CRM/Contribute/Form/ContributionView.tpl index 4ebef343e7..9f7ac13fa8 100644 --- a/templates/CRM/Contribute/Form/ContributionView.tpl +++ b/templates/CRM/Contribute/Form/ContributionView.tpl @@ -36,7 +36,7 @@ {ts}Edit{/ts} {if $paymentButtonName} - {ts}{$paymentButtonName}{/ts} + {ts}{$paymentButtonName}{/ts} {/if} {/if} {if (call_user_func(array('CRM_Core_Permission','check'), 'delete in CiviContribute') && call_user_func(array('CRM_Core_Permission', 'check'), "delete contributions of type $financial_type") && $canDelete) || (call_user_func(array('CRM_Core_Permission','check'), 'delete in CiviContribute') && $noACL)} @@ -344,7 +344,7 @@ {/if} {ts}Edit{/ts} {if $paymentButtonName} - {ts}{$paymentButtonName}{/ts} + {ts}{$paymentButtonName}{/ts} {/if} {/if} {if (call_user_func(array('CRM_Core_Permission','check'), 'delete in CiviContribute') && call_user_func(array('CRM_Core_Permission', 'check'), "delete contributions of type $financial_type") && $canDelete) || (call_user_func(array('CRM_Core_Permission','check'), 'delete in CiviContribute') && $noACL)}