http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11292 --- Comment #4 from Marjorie Barry-Vila <marjorie.barry-vila@ccsr.qc.ca> --- (In reply to jdemuth@roseville.ca.us from comment #3)
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"); });
Thank you for the script but it is not working for me. In wich version of koha you tested it? Regards, Marjorie -- You are receiving this mail because: You are watching all bug changes.