From ced523d977918f45b5face1a59ce20699b058641 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 8 Jun 2022 06:59:05 +1200 Subject: [PATCH] Remove reference to built in contact types --- templates/CRM/Contact/Import/Form/DataSource.hlp | 2 +- templates/CRM/Import/Form/DataSource.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Contact/Import/Form/DataSource.hlp b/templates/CRM/Contact/Import/Form/DataSource.hlp index bb78f3d998..ba8a876a9b 100644 --- a/templates/CRM/Contact/Import/Form/DataSource.hlp +++ b/templates/CRM/Contact/Import/Form/DataSource.hlp @@ -31,7 +31,7 @@ {/htxt} {htxt id='contact-type'}

{ts}Select Individual for Contact Type if each record in your file represents an individual person - even if the file also contains related Organization data (e.g. Employer Name, Employer Address, etc.).{/ts}

-

{ts}Select Organization or Household if each record in your file represents a contact of that type. (NOTE: Some built-in contact types may not be enabled for your site.){/ts}

+

{ts}Select Organization or Household if each record in your file represents a contact of that type.{/ts}

{ts}Importing Contact Subtypes - If your file contains a mix of "subtypes" belonging to a built-in type, select the built-in ("parent") type here. You will then be able to map a Contact Subtype field from your file which sets the subtype for each row. EXAMPLE: If you are importing a mixture of Individuals who are "Students" and "Parents" and "Staff" subtypes, select "Individual" here AND include a column in your import file which contains the subtype for each row.{/ts}

{ts}If all records in the file belong to the same subtype, then select that subtype from the "Subtype" field. All records will be automatically assigned to that subtype. In this case you do NOT need to include a Subtype column in the file.{/ts}

{/htxt} diff --git a/templates/CRM/Import/Form/DataSource.tpl b/templates/CRM/Import/Form/DataSource.tpl index b1b0308c7c..48a2aacbed 100644 --- a/templates/CRM/Import/Form/DataSource.tpl +++ b/templates/CRM/Import/Form/DataSource.tpl @@ -40,7 +40,7 @@ {$form.contactType.html}
{ts 1=$importEntities}Select 'Individual' if you are importing %1 made by individual persons.{/ts} - {ts 1=$importEntities}Select 'Organization' or 'Household' if you are importing %1 made by contacts of that type. (NOTE: Some built-in contact types may not be enabled for your site.){/ts} + {ts 1=$importEntities}Select 'Organization' or 'Household' if you are importing %1 made by contacts of that type.{/ts} -- 2.25.1