[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-36-gdc39e4b

Git repo owner gitmaster at git.koha-community.org
Sun Nov 29 21:53:46 CET 2015


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, 3.20.x has been updated
       via  dc39e4b410c173d497ce41651dbf39d6a72dd461 (commit)
      from  0a325ab7ba740b69819d89bb1d6de18015289cae (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 dc39e4b410c173d497ce41651dbf39d6a72dd461
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 29 07:48:02 2015 -0400

    Bug 15079: Batch Delete Records Error
    
    When using the batch deletion tool, if the script attempts to delete an
    undeletable item, the script will die with the error:
    
    Label not found for "next BIBLIONUMBER" at
    /usr/share/koha/intranet/cgi-bin/tools/batch_delete_records.pl line 172.
    
    Test Plan:
    1) Attempt to batch delete a record with an item that cannot be deleted
    2) Note error
    3) Apply this patch
    4) Repeat step 1
    5) Note the error no longer occurs
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised. Follow comment 5 to reproduce the issue
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    I have not tested this patch, but looking at the code it is obviously a mistake.
    If an error occured, we rollback and skip this record.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    (cherry picked from commit 706a31b50d52ef1ba48c568d7e60c376cfe87983)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 tools/batch_delete_records.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list