[koha-commits] main Koha release repository branch master updated. v3.14.00-772-gf140207

Git repo owner gitmaster at git.koha-community.org
Fri Apr 18 23:15:30 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  f14020780836c5fbc65331b3918b843761481c36 (commit)
      from  7f1e949ea0e8d05b641ddbcb4582a3e1bc913ecd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f14020780836c5fbc65331b3918b843761481c36
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Dec 18 08:37:40 2013 -0500

    Bug 11416: fix case where serials item editor was incorrectly hiding fields
    
    In serials/serials-edit.pl, if an item 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) Receive 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)
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Items.pm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list