[Koha-bugs] [Bug 24488] Holds to Pull sometimes shows the wrong 'first patron' details

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 20 12:04:20 CEST 2020


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

--- Comment #30 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
+              itemnumber => { -not_in => \'SELECT itemnumber FROM
branchtransfers WHERE datearrived IS NULL', -not_in => \'SELECT itemnumber FROM
issues' },

There are twice the same key in the hash "-not_in", only the second one will be
used.
As you are reusing this set in different ->search I think you should retrieve
them once to have the itemnumber list in a perl array.

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


More information about the Koha-bugs mailing list