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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl (-2 / +1 lines)
Lines 411-417 No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> Link Here
411
<!-- /TMPL_IF -->
411
<!-- /TMPL_IF -->
412
412
413
413
414
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform">
414
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform" onsubmit="if ($('#barcode').val() == '') {return printx_window('qslip')}">
415
<fieldset id="circ_circulation_issue">
415
<fieldset id="circ_circulation_issue">
416
    <!-- TMPL_IF NAME="DisplayClearScreenButton" -->
416
    <!-- TMPL_IF NAME="DisplayClearScreenButton" -->
417
	    <input type=button value="Clear Screen" onClick="window.location = '/cgi-bin/koha/circ/circulation.pl'">
417
	    <input type=button value="Clear Screen" onClick="window.location = '/cgi-bin/koha/circ/circulation.pl'">
418
- 

Return to bug 4389