From b979e6b4bc14c635e8adac3b46eeab3b3d162f75 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Tue, 20 Sep 2016 17:22:03 +0530 Subject: [PATCH] CRM-16189, fixed url link ---------------------------------------- * CRM-16189: Improve support for Accrual Method bookkeeping https://issues.civicrm.org/jira/browse/CRM-16189 --- templates/CRM/Contribute/Form/ContributionView.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)} -- 2.25.1