[Koha-bugs] [Bug 26992] On serial collection page, impossible to delete issues and related items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 16 13:04:49 CET 2020


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

--- Comment #6 from Frédéric Demians <frederic at tamil.fr> ---
> my $items = Koha::Items->search({ itemnumber => \@itemnumbers });
> while ( my $item = $items->next ) {
>     my $deleted_item = eval { $item->safe_delete };

Yes, it's better.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list