https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29387 Joonas Kylmälä <joonas.kylmala@iki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |joonas.kylmala@iki.fi --- Comment #3 from Joonas Kylmälä <joonas.kylmala@iki.fi> --- This only fixes the bug from one place, these need the same fix: ./Koha/BackgroundJob/BatchDeleteAuthority.pm60: error => ($@ ? $@ : 0), ./Koha/BackgroundJob/BatchUpdateAuthority.pm93: error => ($@ ? $@ : 0), ./Koha/BackgroundJob/BatchCancelHold.pm97: ? ( $@ ? $@ : 0 ) ./Koha/BackgroundJob/BatchDeleteBiblio.pm139: error => ($@ ? $@ : $error), -- You are receiving this mail because: You are watching all bug changes.