[Bug 13870] Add warnings about subscriptions and orders when deleting items
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13870 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #7 from Fridolin Somers <fridolin.somers@biblibre.com> --- Hi, my $i_order = GetOrderFromItemnumber($itemnumber); my $i_serialid = Koha::Serial::Items->search( {itemnumber => $itemnumber} )->get_column('serialid'); Is there a performance impact ? Better prefetch linked tables maybe. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org