|
Lines 239-244
Link Here
|
| 239 |
<th>Country</th> |
239 |
<th>Country</th> |
| 240 |
<th class="title-string">Registration date</th> |
240 |
<th class="title-string">Registration date</th> |
| 241 |
<th class="title-string">Expiry date</th> |
241 |
<th class="title-string">Expiry date</th> |
|
|
242 |
<th>Circulation note</th> |
| 243 |
<th>Opac Note</th> |
| 242 |
[% FOREACH attrh IN attributes_header %] |
244 |
[% FOREACH attrh IN attributes_header %] |
| 243 |
<th>[% attrh.attribute %]</th> |
245 |
<th>[% attrh.attribute %]</th> |
| 244 |
[% END %] |
246 |
[% END %] |
|
Lines 261-266
Link Here
|
| 261 |
<td>[% borrower.country %]</td> |
263 |
<td>[% borrower.country %]</td> |
| 262 |
<td><span title="[% borrower.dateenrolled %]">[% borrower.dateenrolled | $KohaDates %]</span></td> |
264 |
<td><span title="[% borrower.dateenrolled %]">[% borrower.dateenrolled | $KohaDates %]</span></td> |
| 263 |
<td><span title="[% borrower.dateexpiry %]">[% borrower.dateexpiry | $KohaDates %]</span></td> |
265 |
<td><span title="[% borrower.dateexpiry %]">[% borrower.dateexpiry | $KohaDates %]</span></td> |
|
|
266 |
<td>[% borrower.borrowernotes %]</td> |
| 267 |
<td>[% borrower.opacnote %]</td> |
| 264 |
[% FOREACH pa IN borrower.patron_attributes %] |
268 |
[% FOREACH pa IN borrower.patron_attributes %] |
| 265 |
[% IF ( pa.code ) %] |
269 |
[% IF ( pa.code ) %] |
| 266 |
<td>[% pa.code %]=[% pa.value %]</td> |
270 |
<td>[% pa.code %]=[% pa.value %]</td> |
|
Lines 315-320
Link Here
|
| 315 |
Expiry date: |
319 |
Expiry date: |
| 316 |
[% CASE 'borrowernotes' %] |
320 |
[% CASE 'borrowernotes' %] |
| 317 |
Circulation note: |
321 |
Circulation note: |
|
|
322 |
[% CASE 'opacnote' %] |
| 323 |
OPAC note: |
| 318 |
[% END %] |
324 |
[% END %] |
| 319 |
</label> |
325 |
</label> |
| 320 |
[% IF field.mandatory %] |
326 |
[% IF field.mandatory %] |