Lines 321-326
var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
Link Here
|
321 |
</form> |
321 |
</form> |
322 |
[% END %] |
322 |
[% END %] |
323 |
|
323 |
|
|
|
324 |
[% IF ( RESERVED ) %] |
325 |
<form method="get" action="/cgi-bin/koha/circ/returns.pl"> |
326 |
<input type="hidden" name="barcode" value="[% barcode %]" /> |
327 |
<input type="submit" class="print" value="Don't Check Out and Print Slip (P)" accesskey="p" /> |
328 |
</form> |
329 |
[% END %] |
330 |
|
331 |
[% IF ( RESERVE_WAITING ) %] |
332 |
<form method="get" action="/cgi-bin/koha/circ/returns.pl"> |
333 |
<input type="hidden" name="barcode" value="[% barcode %]" /> |
334 |
<input type="submit" class="print" value="Don't Check Out and Print Slip (P)" accesskey="p" /> |
335 |
</form> |
336 |
[% END %] |
337 |
|
324 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
338 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
325 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
339 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
326 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
340 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
327 |
- |
|
|