20 Jul
2020
20 Jul
'20
12:04 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488 --- Comment #30 from Jonathan Druart <jonathan.druart@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.