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  6b6650ff90893b42e837d809ac1a5ea34c52079d (commit)
      from  935e7f088f09458b2cb67d289dd234f686688a19 (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 6b6650ff90893b42e837d809ac1a5ea34c52079d
Author: Fridolin Somers <[email protected]>
Date:   Tue Sep 8 16:54:19 2020 +0200

    Bug 26407: fix query in 'title exists' in 
`search_for_data_inconsistencies.pl`
    
    Bug 23871 added check for 'title exists' to 
`search_for_data_inconsistencies.pl`.
    There is a typo in DBIx query to create or : hashref instead of arrayref.
    
    Test plan :
    1) Change title of biblio record XXX in SQL :
       UPDATE biblio SET title = '' WHERE biblionumber=XXX
    2) Change title of biblio record YYY in SQL :
       UPDATE biblio SET title = NULL WHERE biblionumber=YYY
    3) Run misc/maintenance/search_for_data_inconsistencies.pl
    4) Check you see both records
    
    Signed-off-by: David Nind <[email protected]>
    
    Signed-off-by: Nick Clemens <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit 15174e7bd3f03555ff0120385443157f3da39fe2)
    
    Signed-off-by: Lucas Gass <[email protected]>

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

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


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to