https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24488
--- Comment #30 from Jonathan Druart <[email protected]> --- + 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
