View | Details | Raw Unified | Return to bug 20671
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/import_borrowers.tt (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
<p style="color: #990000;">Important: Date formats should match your system preference, and must be zero-padded, e.g. '01/02/2008'.</p>
19
<p style="color: #990000;">Important: Date formats should match your system preference, and must be zero-padded, e.g. '01/02/2008'.</p>
20
20
21
<p style="color: #990000;">Important: The fields 'branchcode' and 'categorycode' are required and must match valid entries in your database.</p>
21
<p style="color: #990000;">Important: The fields 'surname', 'branchcode' and 'categorycode' are required and must match valid entries in your database.</p>
22
22
23
<p style="background-color: #ffe599">Tip : If loading patron attributes, the 'patron_attributes' field should contain a comma-separated list of attribute types and values.</p>
23
<p style="background-color: #ffe599">Tip : If loading patron attributes, the 'patron_attributes' field should contain a comma-separated list of attribute types and values.</p>
24
<ul>
24
<ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-2 / +1 lines)
Lines 266-272 Link Here
266
        [% END %]
266
        [% END %]
267
267
268
        <li>
268
        <li>
269
            The fields 'branchcode' and 'categorycode' are <b>required</b> and <b>must match</b> valid entries in your database.
269
            The fields 'surname', 'branchcode' and 'categorycode' are <b>required</b> and <b>must match</b> valid entries in your database.
270
        </li>
270
        </li>
271
271
272
        <li>
272
        <li>
273
- 

Return to bug 20671