[Koha-bugs] [Bug 33691] Improve query for do_check_for_previous_checkout

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 10 16:48:01 CEST 2023


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
    my @item_nos;
[..]
        @item_nos = $biblio->items->get_column( 'itemnumber' );

And now we are fetching lots of item numbers and doing nothing with them?

Could you explain why we can miss the item numbers in general here ?

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


More information about the Koha-bugs mailing list