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:
parent
bdf5f94bfa
commit
54b8a6433a
1 changed files with 0 additions and 7 deletions
|
@ -137,13 +137,6 @@ sub GetHoldsQueueItems {
|
|||
{
|
||||
join => [
|
||||
'borrower',
|
||||
'biblio',
|
||||
'biblioitem',
|
||||
{
|
||||
'item' => {
|
||||
'item_group_item' => 'item_group'
|
||||
}
|
||||
},
|
||||
],
|
||||
prefetch => [
|
||||
'biblio',
|
||||
|
|
Loading…
Reference in a new issue