31 Mar
2014
31 Mar
'14
10:23 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11292 --- Comment #3 from jdemuth@roseville.ca.us <jdemuth@roseville.ca.us> --- I wrote a script and put in the the intranetusersjs field that removes the noEnterSubmit function from specific fields. This is now allowing us to scan barcodes without it try to save automatically because of the carriage return set in the scanners. //Remove noEnterSubmit from fields - JD $(document).ready(function(){ $("#userid").removeClass("noEnterSubmit"); $("#cardnumber").removeClass("noEnterSubmit"); $("#subfield952p637072").removeClass("noEnterSubmit"); }); -- You are receiving this mail because: You are watching all bug changes.