http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14752 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- QA comments: 1/ (window.MSG_ADDITEM_JS_UPDATEITEM || "Update item ") If the string is not defined, there is something wrong in the code, we should not provide a hardcoded string 2/ When I click on the "add multiple" button, I get a JS error "TypeError: document.f is undefined" And the behavior if weird: I get the "Invalid number of copies" even if I enter "2", it may come from the JS error. 3/ If I am not wrong, the barcode could be sent, the next one will be generated. -- You are receiving this mail because: You are watching all bug changes.