[Koha-bugs] [Bug 29387] BatchUpdateBiblio does not handle exception correctly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Nov 6 13:48:14 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29387

Joonas Kylmälä <joonas.kylmala at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |joonas.kylmala at iki.fi

--- Comment #3 from Joonas Kylmälä <joonas.kylmala at 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.


More information about the Koha-bugs mailing list