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 <[email protected]>
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 <[email protected]>
    Signed-off-by: Martin Renvoize <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit 4d9ab04a9391a4960a6155d983fdf839467bfdf4)
    
    Signed-off-by: Lucas Gass <[email protected]>

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

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


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