[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.03-58-g756283883a

Git repo owner gitmaster at git.koha-community.org
Fri Sep 4 22:49:54 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  756283883a5682c87d3424eaeaf9f286b8d8f3e2 (commit)
      from  6c442331b5bc981ca3be61308a65cbc937bdcb21 (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 756283883a5682c87d3424eaeaf9f286b8d8f3e2
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Aug 7 10:58:51 2020 +0200

    Bug 26175: Remove warn if undefined barcode in misc/export_records.pl
    
    When using misc/export_records.pl --deleted_barcodes if barcode is NULL you get warn :
    Use of uninitialized value in say at /home/koha/src/misc/export_records.pl
    
    Also exporting barcode if empty string makes no sense.
    
    Test plan :
    1) Delete an item with barcode = NULL
    2) Run : misc/export_records.pl --date=`date +%d/%m/%Y` --deleted_barcodes --filename=/tmp/deleted_barcodes
    3) Check you se no warn "Use of uninitialized value in say ..."
    4) Delete an item with barcode = ''
    5) Run 2)
    6) Check there is no empty line in /tmp/deleted_barcodes
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 4d9ab04a9391a4960a6155d983fdf839467bfdf4)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 misc/export_records.pl | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list