[koha-commits] main Koha release repository branch master updated. v19.11.00-177-gaf50ec6

Git repo owner gitmaster at git.koha-community.org
Tue Jan 7 15:16:32 CET 2020


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  af50ec6e5fa1f9d415af6b8655c927a20b86b705 (commit)
      from  3bd2c3cf3a56cb61e107de2899c8324f1a5c5ec7 (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 af50ec6e5fa1f9d415af6b8655c927a20b86b705
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jan 6 23:49:37 2020 +0100

    Bug 24150: Add missing koha_object[s]_class methods and skip for deletedborrowers
    
    deletedborrowers does not have a PK, and adding it is out of the scope
    of this patchset. Indeed we will have to handle possible duplication of
    borrowernumber values, which does not seem trivial.
    Having bug 20271 in mind, we will have to deal with this problematic
    anyway later.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Schema/Result/Deletedbiblio.pm     |    7 ++++++-
 Koha/Schema/Result/Deletedbiblioitem.pm |    7 ++++++-
 Koha/Schema/Result/Deletedborrower.pm   |    7 ++++++-
 Koha/Schema/Result/Deleteditem.pm       |    7 ++++++-
 t/db_dependent/TestBuilder.t            |    6 ++++--
 t/lib/TestBuilder.pm                    |   16 ++++++++++------
 6 files changed, 38 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list