Added help for Account Type Code, moved help for Financial Account Owner
authorJoe Murray <joe.murray@jmaconsulting.biz>
Wed, 18 Mar 2015 16:17:38 +0000 (12:17 -0400)
committerJoe Murray <joe.murray@jmaconsulting.biz>
Wed, 18 Mar 2015 16:17:38 +0000 (12:17 -0400)
templates/CRM/Contact/Form/Contact.hlp
templates/CRM/Financial/Form/FinancialAccount.tpl

index 2de028a8af32efe277d3db9984e05327f3dea721..69435247de0f178c0cb03334452a0837bd39e5ae 100644 (file)
 <p>{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}</p>
 {/htxt}
 
-{htxt id="id-financial-owner"}
-<p>{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}</p>
-{/htxt}
index b16454368179ef83cf35a8c4fb12c01696b29e82..9af6ebf2c92204eb0c110a207d41a58d1855f3af 100644 (file)
@@ -42,7 +42,7 @@
       <td class="html-adjust">{$form.description.html}</td>
     </tr>
     <tr class="crm-contribution-form-block-organisation_name">
-      <td class="label">{$form.contact_id.label}&nbsp;{help id="id-financial-owner" file="CRM/Contact/Form/Contact.hlp"}</td>
+      <td class="label">{$form.contact_id.label}&nbsp;{help id="id-financial-owner" file="CRM/Financial/Form/FinancialAccount.hlp"}</td>
       <td class="html-adjust">{$form.contact_id.html}<br />
         <span class="description">{ts}Use this field to indicate the organization that owns this account.{/ts}</span>
       </td>
@@ -58,7 +58,7 @@
       </td>
     </tr>
     <tr class="crm-contribution-form-block-account_type_code">
-      <td class="label">{$form.account_type_code.label}</td>
+      <td class="label">{$form.account_type_code.label}&nbsp;{help id="id-account-type-code" file="CRM/Financial/Form/FinancialAccount.hlp"}</td>
       <td class="html-adjust">{$form.account_type_code.html}<br />
         <span class="description">{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}</span>
       </td>