[Koha-bugs] [Bug 13870] Add warnings about subscriptions and orders when deleting items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 17 22:40:19 CET 2023


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #7 from Fridolin Somers <fridolin.somers at 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.


More information about the Koha-bugs mailing list