Fix for Bug 6766 - Template variable scope errors in holds template
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
1a54fc3642
commit
06a939178c
1 changed files with 2 additions and 2 deletions
|
@ -516,7 +516,7 @@ function checkMultiHold() {
|
|||
[% END %]
|
||||
|
||||
[% IF ( biblioloo.alreadyres ) %]
|
||||
<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% biblioloo.borrowernumber %]">[% biblioloo.borrowerfirstname %] [% biblioloo.borrowersurname %]</a> <strong>already has a hold</strong> on this item </li>
|
||||
<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> <strong>already has a hold</strong> on this item </li>
|
||||
[% END %]
|
||||
[% IF ( biblioloo.none_avail ) %]
|
||||
<li> <strong>No copies are available</strong> to be placed on hold</li>
|
||||
|
@ -567,7 +567,7 @@ function checkMultiHold() {
|
|||
|
||||
[% IF ( biblioloo.reserveloop ) %]
|
||||
<table>
|
||||
[% IF ( biblioloo.multi_hold ) %]
|
||||
[% IF ( multi_hold ) %]
|
||||
<caption><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber %]">[% biblioloo.title |html %]</a></caption>
|
||||
[% END %]
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue