https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28413 Andrew Nugged <nugged@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nugged@gmail.com --- Comment #20 from Andrew Nugged <nugged@gmail.com> --- in https://git.koha-community.org/Koha-community/Koha/src/branch/master/Koha/Ba... 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/Ba... 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.