View | Details | Raw Unified | Return to bug 28966
Collapse All | Expand All

(-)a/C4/HoldsQueue.pm (-8 lines)
Lines 137-149 sub GetHoldsQueueItems { Link Here
137
        {
137
        {
138
            join => [
138
            join => [
139
                'borrower',
139
                'borrower',
140
                'biblio',
141
                'biblioitem',
142
                {
143
                    'item' => {
144
                        'item_group_item' => 'item_group'
145
                    }
146
                },
147
            ],
140
            ],
148
            prefetch => [
141
            prefetch => [
149
                'biblio',
142
                'biblio',
150
- 

Return to bug 28966