[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.00-1-g5a458a6

Git repo owner gitmaster at git.koha-community.org
Wed Dec 13 18:50:22 CET 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, 17.11.x has been updated
       via  5a458a6e771f4d4675f3c99cd04dae0a387e1fd8 (commit)
      from  2b74d72a2d72f2be1361d3d223c403b992c80fab (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 5a458a6e771f4d4675f3c99cd04dae0a387e1fd8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 6 16:33:56 2017 -0300

    Bug 19766: (bug 19058 follow-up) Fix Preview routing slip
    
    This patch fixes the following errors:
    The method reserve_id is not covered by tests at /home/vagrant/kohaclone/C4/Reserves.pm line 859.
    The method set is not covered by tests at /home/vagrant/kohaclone/C4/Reserves.pm line 871.
    Can't call method "store" on an undefined value at /home/vagrant/kohaclone/C4/Reserves.pm line 871.
    
    This is caused by
      commit ba1f2f93ef58c8dd935add3e215facdd4a589d12
        Bug 19058: Move C4::Reserves::GetReserveId to the Koha namespace
    
    We are calling ->reserve_id on a Koha::Holds set.
    
    Test plan:
    - Serials -> Find subscription -> "Edit routing list" in the sidebar
    - Add 1+ recipients
    - Save -> "Save and preview routing slip"
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Reserves.pm         |    5 +++--
 t/db_dependent/Holds.t |   11 ++++++++++-
 2 files changed, 13 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list