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)
committerJesse Maseto <jesse@bywatersolutions.com>
Wed, 6 Feb 2019 17:55:18 +0000 (17:55 +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>
(cherry picked from commit 1debd138ca3603b7bf7fa0929553203c7bcbe2ac)

Signed-off-by: Jesse Maseto <jesse@bywatersolutions.com>

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

index f416b08..523048b 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>