[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.08-17-gabaefea

Git repo owner gitmaster at git.koha-community.org
Thu Jan 24 00:32:53 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, 18.05.x has been updated
       via  abaefea4187b78086aae40b91cdd0c2745eee504 (commit)
       via  9b29c0ed84cf7eca651bd544d892994d638245ae (commit)
      from  cf3df9058af418d70b02085f8bf724989567cee1 (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 abaefea4187b78086aae40b91cdd0c2745eee504
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Dec 14 16:15:24 2018 -0300

    Bug 22006: Handle undefined itemnumber for Koha::Account::Line->item
    
    If there is no item linked to an account line, the ->item method should return undef.
    Without this patch it explodes with:
    Carp::croak('DBIC result _type  isn\'t of the _type Item') called at /home/vagrant/kohaclone/Koha/Object.pm line 102
    
    Exists since the introduction of this method by bug 12001
    
    Reported on bug 19489 comment 18.
    
    Test plan:
      prove t/db_dependent/Koha/Account/Lines.t
    must return green
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 6c8089b40fef1b59ab056bae8817933afdb2fcc3)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 07cd6560b5d8334b11ac8c998c1d1156d01a4bcb)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 9b29c0ed84cf7eca651bd544d892994d638245ae
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Dec 14 16:14:42 2018 -0300

    Bug 22006: Add tests
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 58f04600f084e2bb5306f18bba1b9a0b22e1664b)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 4d3510f89ccad4083aeb739f9a738ddc1cbf6741)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/Account/Line.pm                |    1 +
 t/db_dependent/Koha/Account/Lines.t |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list