From dee13226d89b6327daa69c33d9e2afd68fba43fc Mon Sep 17 00:00:00 2001 From: Joe Murray Date: Wed, 18 Mar 2015 12:17:38 -0400 Subject: [PATCH] Added help for Account Type Code, moved help for Financial Account Owner --- templates/CRM/Contact/Form/Contact.hlp | 3 --- templates/CRM/Financial/Form/FinancialAccount.tpl | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/templates/CRM/Contact/Form/Contact.hlp b/templates/CRM/Contact/Form/Contact.hlp index 2de028a8af..69435247de 100644 --- a/templates/CRM/Contact/Form/Contact.hlp +++ b/templates/CRM/Contact/Form/Contact.hlp @@ -192,6 +192,3 @@

{ts}Use this field to store a description of how/why this contact was added to the database. This field is usually auto-filled when a contact is created from a public form i.e. Event Registration.{/ts}

{/htxt} -{htxt id="id-financial-owner"} -

{ts}Normally the owner of a financial account is the organization implementing CiviCRM so there is no need to change this. Some organizations that maintain accounts for groups, chapters, regions, constiuency associations or other parts of the main CiviCRM organization may need to change the owner to one of these sub-entities or sibling entities.{/ts}

-{/htxt} diff --git a/templates/CRM/Financial/Form/FinancialAccount.tpl b/templates/CRM/Financial/Form/FinancialAccount.tpl index b164543681..9af6ebf2c9 100644 --- a/templates/CRM/Financial/Form/FinancialAccount.tpl +++ b/templates/CRM/Financial/Form/FinancialAccount.tpl @@ -42,7 +42,7 @@ {$form.description.html} - {$form.contact_id.label} {help id="id-financial-owner" file="CRM/Contact/Form/Contact.hlp"} + {$form.contact_id.label} {help id="id-financial-owner" file="CRM/Financial/Form/FinancialAccount.hlp"} {$form.contact_id.html}
{ts}Use this field to indicate the organization that owns this account.{/ts} @@ -58,7 +58,7 @@ - {$form.account_type_code.label} + {$form.account_type_code.label} {help id="id-account-type-code" file="CRM/Financial/Form/FinancialAccount.hlp"} {$form.account_type_code.html}
{ts}Enter an account type code for this account. Account type codes are required for QuickBooks integration and will be included in all accounting batch exports.{/ts} -- 2.25.1