[Koha-bugs] [Bug 11292] barcode scanner clicking 'save'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 31 23:23:45 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11292

--- Comment #3 from jdemuth at roseville.ca.us <jdemuth at 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.


More information about the Koha-bugs mailing list