[koha-commits] main Koha release repository branch master updated. v16.11.00-907-g330ecff

Git repo owner gitmaster at git.koha-community.org
Mon Apr 24 19:18:13 CEST 2017


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  330ecff1de417c40e5a48040a6f7df6436097bc4 (commit)
      from  c026d9f4e130d0585def4b1deb98e802ad35d258 (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 330ecff1de417c40e5a48040a6f7df6436097bc4
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Apr 14 13:07:39 2017 -0400

    Bug 18435 - Language entered in Materials Specified does not display when items are checked out and checked in
    
    This problem stems from bug 17642, if items.materials is not linked to
    an authorized value the contents are being tossed out. We shuold display
    them instead
    
    To test:
    1 - Ensure items.materials 952$3 is not mapped to an authorized value
    2 - Add a value to an item
    3 - Check the item out, note the materials does not display
    4 - Check the item in, note the materials does not display
    5 - Apply patch
    6 - Check the item out, note the materials does display
    7 - Check the item in, note the materials does display
    
    Followed test plan, message about material displays as expected
    whil checking out and in.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 circ/circulation.pl |    2 +-
 circ/returns.pl     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list