Lines 149-154
Link Here
|
149 |
<th class="title-string">Expiry date</th> |
149 |
<th class="title-string">Expiry date</th> |
150 |
<th>Circulation note</th> |
150 |
<th>Circulation note</th> |
151 |
<th>OPAC note</th> |
151 |
<th>OPAC note</th> |
|
|
152 |
<th>Email address</th> |
152 |
<th>Restriction expiration</th> |
153 |
<th>Restriction expiration</th> |
153 |
<th>Restriction comment</th> |
154 |
<th>Restriction comment</th> |
154 |
[% FOREACH attrh IN attributes_header %] |
155 |
[% FOREACH attrh IN attributes_header %] |
Lines 175-180
Link Here
|
175 |
<td><span title="[% borrower.dateexpiry | html %]">[% borrower.dateexpiry | $KohaDates %]</span></td> |
176 |
<td><span title="[% borrower.dateexpiry | html %]">[% borrower.dateexpiry | $KohaDates %]</span></td> |
176 |
<td>[% borrower.borrowernotes | html %]</td> |
177 |
<td>[% borrower.borrowernotes | html %]</td> |
177 |
<td>[% borrower.opacnote | html %]</td> |
178 |
<td>[% borrower.opacnote | html %]</td> |
|
|
179 |
<td>[% borrower.email | html %]</td> |
178 |
<td><span title="[% borrower.debarred | html %]">[% borrower.debarred | $KohaDates %]</span></td> |
180 |
<td><span title="[% borrower.debarred | html %]">[% borrower.debarred | $KohaDates %]</span></td> |
179 |
<td>[% borrower.debarredcomment | html %]</td> |
181 |
<td>[% borrower.debarredcomment | html %]</td> |
180 |
[% FOREACH pa IN borrower.patron_attributes %] |
182 |
[% FOREACH pa IN borrower.patron_attributes %] |
Lines 233-238
Link Here
|
233 |
Circulation note: |
235 |
Circulation note: |
234 |
[% CASE 'opacnote' %] |
236 |
[% CASE 'opacnote' %] |
235 |
OPAC note: |
237 |
OPAC note: |
|
|
238 |
[% CASE 'email' %] |
239 |
Email address: |
236 |
[% CASE 'debarred' %] |
240 |
[% CASE 'debarred' %] |
237 |
Restriction expiration: |
241 |
Restriction expiration: |
238 |
[% CASE 'debarredcomment' %] |
242 |
[% CASE 'debarredcomment' %] |