Bug 13008

Summary: On adding an item, option values in dropdown list are not all displayed
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12927
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 12673    
Bug Blocks:    

Description Jonathan Druart 2014-09-29 15:13:41 UTC
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.
Comment 1 Jonathan Druart 2015-07-15 11:29:04 UTC

*** This bug has been marked as a duplicate of bug 12927 ***