[Koha-bugs] [Bug 11416] Serials editor improperly hides fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 23 15:30:10 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11416

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23720|0                           |1
        is obsolete|                            |

--- Comment #3 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 23786
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23786&action=edit
Bug 11416 - Serials editor improperly hides fields

In serials/serials-edit.pl, if a field is hidden from the OPAC, it will
not display in the editor, even if the field is marked as visible in the
staff intranet and editor. However, the field is still displayed
correctly in the items editor ( additem.pl ).:

Test Plan:
1) Select an item-level field ( e.g. non-public note )
2) Create a serial using the default framework ( or one of your choice )
3) For that framework, mark the chosen field as visible from the
intranet and editor, but not the opac.
4) Recieve an item for this serial, note your field does not display
5) Use the biblio item editor to add an item ( additem.pl ), not the
field displayes
6) Apply this patch
7) Repeat step 4, not the field displayes

Signed-off-by: Kim Schwant <kim.schwant at courts.in.gov>
Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
PrepareItemrecordDisplay is only used for editor (-4 < hidden < 4)

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


More information about the Koha-bugs mailing list