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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl (-2 / +6 lines)
Lines 40-45 Link Here
40
            }
40
            }
41
        } ).attr( 'checked', false );
41
        } ).attr( 'checked', false );
42
        <!-- /TMPL_IF -->
42
        <!-- /TMPL_IF -->
43
		// listen submit to trigger qslip on empty checkout
44
		$('#mainform').bind('submit',function() {
45
		  if ($('#barcode').val() == '') {
46
		    return printx_window('qslip'); }
47
		});
43
48
44
var allcheckboxes = $(".checkboxed");
49
var allcheckboxes = $(".checkboxed");
45
	$("#renew_all").click(function(){
50
	$("#renew_all").click(function(){
Lines 406-412 No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> Link Here
406
<!-- /TMPL_IF -->
411
<!-- /TMPL_IF -->
407
412
408
413
409
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform">
414
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform">
410
<fieldset id="circ_circulation_issue">
415
<fieldset id="circ_circulation_issue">
411
    <!-- TMPL_IF NAME="DisplayClearScreenButton" -->
416
    <!-- TMPL_IF NAME="DisplayClearScreenButton" -->
412
	    <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'" />
413
- 

Return to bug 4389