[koha-commits] main Koha release repository branch master updated. v17.05.00-137-g939eadc

Git repo owner gitmaster at git.koha-community.org
Wed Jun 21 16:11:01 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  939eadc5d987429db04887623c3f260ee02b86d2 (commit)
       via  66f435149a8f2e116070ed28c34bdd5cd627a30f (commit)
      from  ee7969d3461e6ce08b4fbfd982c90f263f19f693 (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 939eadc5d987429db04887623c3f260ee02b86d2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 21 10:59:57 2017 -0300

    Bug 18835: Fix SQL syntax error in overdue_notices.pl
    
    Caused by bug 17952, an extra / is in the middle of the query.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 66f435149a8f2e116070ed28c34bdd5cd627a30f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 21 11:05:59 2017 -0300

    Bug 18651: Fix tests if no circ rule exist
    
    The following test is failing on Jenkins:
     # Subtest: Handle ids duplication
        1..4
        ok 1 - No account lines should exist on old issue_id
        not ok 2 - Two account lines should exist on new issue_id
        ok 3 - AddReturn should return the issue with the new issue_id
        ok 4 - If an item is checked-in, it should be moved to old_issues even if the issue_id already existed in the table
    not ok 4 - Handle ids duplication
    
    When no circ rule exist
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 misc/cronjobs/overdue_notices.pl     |    2 +-
 t/db_dependent/Circulation/Returns.t |   11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list