Lines 509-515
Link Here
|
509 |
[% IF ( patron.borrowernotes ) %] |
509 |
[% IF ( patron.borrowernotes ) %] |
510 |
<li id="patron-borrowernotes"> |
510 |
<li id="patron-borrowernotes"> |
511 |
<span class="label">Circulation note: </span> |
511 |
<span class="label">Circulation note: </span> |
512 |
[% patron.borrowernotes | html %] |
512 |
[% patron.borrowernotes | $raw %] |
513 |
</li> |
513 |
</li> |
514 |
[% END %] |
514 |
[% END %] |
515 |
|
515 |
|
516 |
- |
|
|