Lines 734-740
Using this account is not recommended because some parts of Koha will not functi
Link Here
|
734 |
</td> |
734 |
</td> |
735 |
[% END # / IF SuspendHoldsOpac %] |
735 |
[% END # / IF SuspendHoldsOpac %] |
736 |
<td class="modify"> |
736 |
<td class="modify"> |
737 |
[% IF ( RESERVE.is_cancelable ) %] |
737 |
[% IF ( ! RESERVE.is_found ) %] |
738 |
<form action="/cgi-bin/koha/opac-modrequest.pl" method="post"> |
738 |
<form action="/cgi-bin/koha/opac-modrequest.pl" method="post"> |
739 |
<input type="hidden" name="biblionumber" value="[% RESERVE.biblionumber %]" /> |
739 |
<input type="hidden" name="biblionumber" value="[% RESERVE.biblionumber %]" /> |
740 |
<input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" /> |
740 |
<input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" /> |
741 |
- |
|
|