[Koha-bugs] [Bug 14011] Triggering slip print with enter key collides with 'barcode submitted' message

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 20 12:28:25 CEST 2015


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

--- Comment #3 from Jonathan Druart <jonathan.druart at biblibre.com> ---
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.


More information about the Koha-bugs mailing list