https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21347 Bug ID: 21347 Summary: bad code for input field in item information tab of addorderiso2709 page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: koha@univ-lyon3.fr QA Contact: testopia@bugs.koha-community.org In cgi-bin/koha/acqui/addorderiso2709.pl, there is a problem with some fields in item information problem. Instead to have a field, you have the code : Cote <input type="text" name="field_value" value="" size="50" maxlength="255" /> Note <input type="text" name="field_value" value="" size="50" maxlength="255" /> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.