[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.00-80-g7d915fbab1

Git repo owner gitmaster at git.koha-community.org
Thu Jun 18 02:11:40 CEST 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, 20.05.x has been updated
       via  7d915fbab1f121f90a3d3493b96d2b5837e2a67e (commit)
      from  3678ac47d57972527298f9ee77e5e58526abdf5c (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 7d915fbab1f121f90a3d3493b96d2b5837e2a67e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Oct 17 19:56:12 2018 +0000

    Bug 21591: Check for record level item type issues too
    
    To test:
    1 - sudo koha-mysql kohadev
    2 - UPDATE biblioitems SET itemtype = NULL where biblionumber = 1
    3 - UPDATE items SET itype = NULL where biblionumber = 1
    4 - perl misc/maintenance/search_for_data_inconsistencies.pl
    5 - Notice warnings
    6 - Apply patch
    7 - Undefined itemtype on bibliolevel is now warned
    7 - Test also with itype=""
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 6beda5cf1d1bb76ac692f5443e4b75f727c9c4ba)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 misc/maintenance/search_for_data_inconsistencies.pl | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list