View | Details | Raw Unified | Return to bug 11882
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 / +14 lines)
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
- 

Return to bug 11882