[koha-commits] main Koha release repository branch master updated. v18.11.00-1010-g6666918

Git repo owner gitmaster at git.koha-community.org
Fri Mar 29 15:10:16 CET 2019


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  6666918dd661b0207366becefd1480257197a353 (commit)
       via  1611c13e85fca43f24a75287b333ff71db2361b9 (commit)
       via  94206510d7a7641e0e283738f56249c90f7d632e (commit)
      from  67c99f585c560fc25c7dbd896b9cd4af50f4b11d (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 6666918dd661b0207366becefd1480257197a353
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Mar 19 14:16:06 2019 +0100

    Bug 19380: Use Koha::Item::get_transfer instead of GetTransfers
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1611c13e85fca43f24a75287b333ff71db2361b9
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Sep 27 15:32:53 2017 +0200

    Bug 19380: Add transfer informations in ILS-DI GetRecords response
    
    Test plan:
    1. Put an item into a 'transfer' state
      a. Place a hold on an item in branch A for a patron of branch B
      b. Check in this item in branch A and confirm transfer
    2. Go to http://opac/cgi-bin/koha/ilsdi.pl?service=GetRecords&id=XXX
       where XXX is the biblionumber of the biblio the item belongs to.
    3. Verify you have a new <transfer> element inside //record/items/item
       that contains <datesent>, <frombranch> and <tobranch>
    4. Check in the same item in branch B, so that the item is not flagged
       as being transferred
    5. Repeat 2
    6. Verify that the <transfer> element is not there.
    7. prove t/db_dependent/ILSDI_Services.t
    
    Followed test plan, patch worked as described. Also ran QA test tools
    and modified files passed
    
    Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 94206510d7a7641e0e283738f56249c90f7d632e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Mar 29 13:17:14 2019 +0000

    Bug 13895: (follow-up) Add Modern::Perl
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/ILSDI/Services.pm            |   29 ++++++++++++++-----
 Koha/REST/V1/Checkouts.pm       |    2 ++
 t/db_dependent/ILSDI_Services.t |   61 +++++++++++++++++++++++++++++++++++++--
 3 files changed, 81 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list