Lines 200-210
Link Here
|
200 |
<td>[% p.borrowernumber.firstname | html %]</td> |
200 |
<td>[% p.borrowernumber.firstname | html %]</td> |
201 |
<td>[% p.borrowernumber.surname | html %]</td> |
201 |
<td>[% p.borrowernumber.surname | html %]</td> |
202 |
<td> |
202 |
<td> |
|
|
203 |
[% IF (CAN_user_borrowers_view_contact_information) %] |
203 |
[% p.borrowernumber.address | html %] |
204 |
[% p.borrowernumber.address | html %] |
204 |
[% p.borrowernumber.address2 | html %] |
205 |
[% p.borrowernumber.address2 | html %] |
205 |
[% p.borrowernumber.city | html %] |
206 |
[% p.borrowernumber.city | html %] |
206 |
[% p.borrowernumber.state | html %] |
207 |
[% p.borrowernumber.state | html %] |
207 |
[% p.borrowernumber.country | html %] |
208 |
[% p.borrowernumber.country | html %] |
|
|
209 |
[% END %] |
208 |
</td> |
210 |
</td> |
209 |
<td>[% p.borrowernumber.categorycode.description | html %] ([% p.borrowernumber.categorycode.categorycode | html %])</td> |
211 |
<td>[% p.borrowernumber.categorycode.description | html %] ([% p.borrowernumber.categorycode.categorycode | html %])</td> |
210 |
<td>[% p.borrowernumber.branchcode.branchname | html %]</td> |
212 |
<td>[% p.borrowernumber.branchcode.branchname | html %]</td> |
211 |
- |
|
|