Bug 28966: (QA follow-up) Remove superfluous joins

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Kyle Hall 2023-07-25 09:43:23 -04:00 committed by Tomas Cohen Arazi
parent bdf5f94bfa
commit 54b8a6433a
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -137,13 +137,6 @@ sub GetHoldsQueueItems {
{
join => [
'borrower',
'biblio',
'biblioitem',
{
'item' => {
'item_group_item' => 'item_group'
}
},
],
prefetch => [
'biblio',