[Koha-bugs] [Bug 27130] Adding local cover image at item level shows 'File type' section

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 2 16:39:49 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27130

--- Comment #2 from Fridolin Somers <fridolin.somers at biblibre.com> ---
When attaching a cover image to an item, form has a <ol> without <li> :
  <fieldset class="rows">
    <ol>
      <label for="itemnumber">Cover itemnumber: </label>
      <input type="text" id="itemnumber" name="itemnumber" value="108"
size="15" readonly="readonly">
      <input type="hidden" name="filetype" value="image">
    </ol>

add a <li> ?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list