[koha-commits] main Koha release repository branch master updated. v17.05.00-56-g88e50b6

Git repo owner gitmaster at git.koha-community.org
Wed Jun 7 16:33:16 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  88e50b6a68a9b433c55cea2d2c8d525edc1887ea (commit)
      from  023b0890a25d1420a0f4ecb28d54c08a06e6479e (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 88e50b6a68a9b433c55cea2d2c8d525edc1887ea
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 15 19:50:18 2017 -0300

    Bug 18296: C4::Items - Remove GetItemInfosOf
    
    At this point this subroutine is only used once, from reserve/request.pl.
    Since we already have the items, it's easy to populate the different
    hashes as the rest of the code is expecting it.
    
    Test plan:
    You need to create analytical record relationships (
    EasyAnalyticalRecords needs to be set). Link an item to a biblio using
    the 'Edit > Link to host item' menu from the biblio detail page.
    From the staff interface place a hold on the biblio. You should see the
    items from the biblio and the one you just linked
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

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

Summary of changes:
 C4/Items.pm                 |   21 ---------------------
 labels/label-item-search.pl |    1 -
 reserve/request.pl          |   20 +++++++++++---------
 3 files changed, 11 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list