https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28966 --- Comment #33 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- join => [ 'borrower', # 'biblio', # 'biblioitem', # { # 'item' => { # 'item_group_item' => 'item_group' # } # }, ], prefetch => [ 'biblio', 'biblioitem', { 'item' => { 'item_group_item' => 'item_group' } } ], Do we need to both join and prefetch here ? -- You are receiving this mail because: You are watching all bug changes.