[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.15-24-gc468e3f7d4

Git repo owner gitmaster at git.koha-community.org
Mon Apr 20 01:40:25 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, 18.11.x has been updated
       via  c468e3f7d47e0bd17629609453444f0d76f93119 (commit)
      from  9c9478c5c564a1b00848a350ec2cdd250ca43ae6 (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 c468e3f7d47e0bd17629609453444f0d76f93119
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Fri Jan 3 21:18:27 2020 +0000

    Bug 24324: Resolve error with delete_records_via_leader.pl
    
    To test:
    
    Have a record with the 000 position 5 set to "deleted" (record status)
    Use koha-shell to run the job with the -i flag: perl misc/cronjobs/delete_records_via_leader.pl -c -i -v
    * items and the record should be deleted
    Mark another record with the 000 position 5 set to deleted (record status)
    Use koha-shell to run the job without the -i flag: perl misc/cronjobs/delete_records_via_leader.pl -c -v
    * if the record had items, it will not be deleted
    * if the record did not have items, it will be deleted.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit b713241845e8f730b46c756fa65c4ddd17ed746b)
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>

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

Summary of changes:
 misc/cronjobs/delete_records_via_leader.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list