From 4dfcb7f817d3068964e9a6320a626c3395604da6 Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Tue, 30 Apr 2013 15:41:47 -0400 Subject: [PATCH] put relationship ahead of account name --- templates/CRM/Financial/Page/FinancialTypeAccount.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Financial/Page/FinancialTypeAccount.tpl b/templates/CRM/Financial/Page/FinancialTypeAccount.tpl index 42f6558ff2..8eaa3773ea 100644 --- a/templates/CRM/Financial/Page/FinancialTypeAccount.tpl +++ b/templates/CRM/Financial/Page/FinancialTypeAccount.tpl @@ -40,8 +40,8 @@ {include file="CRM/common/enableDisable.tpl"} - + @@ -50,8 +50,8 @@ {foreach from=$rows item=row} - + @@ -77,4 +77,4 @@ {ts 1=$crmURL}There are no financial accounts assigned to this financial type. You can assign one.{/ts} {/if} -{/if} \ No newline at end of file +{/if} -- 2.25.1
{ts}Financial Account{/ts} {ts}Relationship{/ts}{ts}Financial Account{/ts} {ts}Accounting Code{/ts} {ts}Account Type (Code){/ts} {ts}Owned By{/ts}
{$row.financial_account} {$row.account_relationship}{$row.financial_account} {$row.accounting_code} {$row.financial_account_type}{if $row.account_type_code} ({$row.account_type_code}){/if} {$row.owned_by}