http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13008 Bug ID: 13008 Summary: On adding an item, option values in dropdown list are not all displayed Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: jonathan.druart@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com If the option value contains diacritics, the value is empty: <option value="CART">Book Cart</option> <option value="Bureau">Bureau</option> <option value="Bureau des bibliothécaires"></option> <option value="Cédéroms adulte"></option> <option value="Cédéroms enfant"></option> Introduced by bug 12673. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.