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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 1 15:49:34 CEST 2014


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

--- Comment #4 from Marjorie Barry-Vila <marjorie.barry-vila at ccsr.qc.ca> ---
(In reply to jdemuth at 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.


More information about the Koha-bugs mailing list