Bug 22136: Added 'ExtendedPatronAttributes' notes to 'Import Patrons' notes.
authorEthan Amohia <ethan.amohia@gmail.com>
Wed, 16 Jan 2019 04:01:44 +0000 (04:01 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 1 Feb 2019 14:51:52 +0000 (14:51 +0000)
Fixed ExtendedPatronAttributes typo.

Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 273656f84c9dbc49c8a3669c7994b8c0ea7f3522)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt

index 48ee993..584cff4 100644 (file)
             </ul>
         </li>
 
-        [% IF ( ExtendedPatronAttributes ) %]
+        [% IF ( Koha.Preference('ExtendedPatronAttributes') ) %]
             <li>
                 If loading patron attributes, the 'patron_attributes' field should contain a comma-separated list of attribute types and values. The attribute type code and a colon should precede each value. For example: <b>INSTID:12345,LANG:fr</b> or <b>STARTDATE:January 1 2010,TRACK:Day</b>. If an input record has more than one attribute, the fields should either be entered as an unquoted string (previous examples), or with each field wrapped in separate double quotes and delimited by a comma: <b>&quot;STARTDATE:January 1, 2010&quot;,&quot;TRACK:Day&quot;</b>.  The second syntax would be required if the data might have a comma in it, like a date string.
             </li>