|
Lines 295-300
var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
Link Here
|
| 295 |
[% END %] |
295 |
[% END %] |
| 296 |
</form> |
296 |
</form> |
| 297 |
|
297 |
|
|
|
298 |
[% IF ( RESERVED ) %] |
| 299 |
<form method="get" action="/cgi-bin/koha/circ/returns.pl"> |
| 300 |
<input type="hidden" name="barcode" value="[% barcode %]" /> |
| 301 |
<input type="submit" class="print" value="Don't Check Out and Print Slip (P)" accesskey="p" /> |
| 302 |
</form> |
| 303 |
[% END %] |
| 304 |
|
| 305 |
[% IF ( RESERVE_WAITING ) %] |
| 306 |
<form method="get" action="/cgi-bin/koha/circ/returns.pl"> |
| 307 |
<input type="hidden" name="barcode" value="[% barcode %]" /> |
| 308 |
<input type="submit" class="print" value="Don't Check Out and Print Slip (P)" accesskey="p" /> |
| 309 |
</form> |
| 310 |
[% END %] |
| 311 |
|
| 298 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
312 |
<form method="get" action="/cgi-bin/koha/circ/circulation.pl"> |
| 299 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
313 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 300 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
314 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
| 301 |
- |
|
|