From 39dcb36eb4e8350fb9e0d92bfa893e9dc2cb4568 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 1 Dec 2018 08:26:17 +0000 Subject: [PATCH] dev/core#125 Fix Doc url to custom fields user documentation --- templates/CRM/Custom/Page/Group.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Custom/Page/Group.tpl b/templates/CRM/Custom/Page/Group.tpl index 443b5bd008..4f5d84447f 100644 --- a/templates/CRM/Custom/Page/Group.tpl +++ b/templates/CRM/Custom/Page/Group.tpl @@ -32,7 +32,7 @@ {include file="CRM/Custom/Form/DeleteGroup.tpl"} {else}
- {ts}Custom data is stored in custom fields. Custom fields are organized into logically related custom data sets (e.g. Volunteer Info). Use custom fields to collect and store custom data which are not included in the standard CiviCRM forms. You can create one or many sets of custom fields.{/ts} {docURL page="user/organising-your-data/custom-fields"} + {ts}Custom data is stored in custom fields. Custom fields are organized into logically related custom data sets (e.g. Volunteer Info). Use custom fields to collect and store custom data which are not included in the standard CiviCRM forms. You can create one or many sets of custom fields.{/ts} {docURL page="user/organising-your-data/creating-custom-fields"}
{if $rows} -- 2.25.1