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