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

Andrew Nugged <nug...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nug...@gmail.com

--- Comment #20 from Andrew Nugged <nug...@gmail.com> ---
in
https://git.koha-community.org/Koha-community/Koha/src/branch/master/Koha/BackgroundJob/BatchDeleteItem.pm#L113

    my $item = Koha::Items->find($record_id) || next;

it dies because was lost "use Koha::Items;"

like here:
https://git.koha-community.org/Koha-community/Koha/src/branch/master/Koha/BackgroundJob/BatchUpdateItem.pm#L33

since now packages are not included all at once, like before this ticket, when
all modules were loaded by neighbors so the error was hidden.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to