Lines 695-701
Using this account is not recommended because some parts of Koha will not functi
Link Here
|
695 |
</td> |
695 |
</td> |
696 |
[% IF SuspendHoldsOpac %] |
696 |
[% IF SuspendHoldsOpac %] |
697 |
<td> |
697 |
<td> |
698 |
[% IF ( RESERVE.is_cancelable ) %] |
698 |
[% IF ( RESERVE.is_cancelable_from_opac ) %] |
699 |
[% IF RESERVE.suspend %] |
699 |
[% IF RESERVE.suspend %] |
700 |
<form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
700 |
<form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
701 |
<input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" /> |
701 |
<input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" /> |
Lines 736-746
Using this account is not recommended because some parts of Koha will not functi
Link Here
|
736 |
</form> |
736 |
</form> |
737 |
[% END # / IF AutoResumeSuspendedHolds %] |
737 |
[% END # / IF AutoResumeSuspendedHolds %] |
738 |
[% END # / IF RESERVE.suspend %] |
738 |
[% END # / IF RESERVE.suspend %] |
739 |
[% END # / IF ( RESERVE.is_cancelable )%] |
739 |
[% END # / IF ( RESERVE.is_cancelable_from_opac )%] |
740 |
</td> |
740 |
</td> |
741 |
[% END # / IF SuspendHoldsOpac %] |
741 |
[% END # / IF SuspendHoldsOpac %] |
742 |
<td class="modify"> |
742 |
<td class="modify"> |
743 |
[% IF ( RESERVE.is_cancelable ) %] |
743 |
[% IF ( RESERVE.is_cancelable_from_opac ) %] |
744 |
<form action="/cgi-bin/koha/opac-modrequest.pl" method="post"> |
744 |
<form action="/cgi-bin/koha/opac-modrequest.pl" method="post"> |
745 |
<input type="hidden" name="biblionumber" value="[% RESERVE.biblionumber %]" /> |
745 |
<input type="hidden" name="biblionumber" value="[% RESERVE.biblionumber %]" /> |
746 |
<input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" /> |
746 |
<input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id %]" /> |