Bug 8215 - Course Reserves
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / maninvoice.tt
index dc9aac4..30a4e20 100644 (file)
@@ -4,8 +4,8 @@
 <script type="text/javascript">
 //<![CDATA[
 $(document).ready(function(){
-       $("fieldset.rows input").keydown(function(e){ return checkEnter(e); });
         $('#maninvoice').preventDoubleFormSubmit();
+        $("fieldset.rows input").addClass("noEnterSubmit");
 });
 //]]>
 </script>