http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14011
--- Comment #3 from Jonathan Druart <[email protected]> --- Comment on attachment 38148 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38148 Bug 14011 - Triggering slip print with enter key collides with 'barcode submitted' Review of attachment 38148: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14011&attachment=38148) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ +64,4 @@ > > $(document).ready(function() { > $('#mainform').on('submit',function() { > + if (barcode && barcode.value) { What is the barcode variable? This variable is never defined, and you will never pass this condition. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
