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

(-)a/virtualshelves/addbybiblionumber.pl (-1 / +1 lines)
Lines 170-175 if ($newvirtualshelf) { Link Here
170
                    owner     => $loggedinuser,
170
                    owner     => $loggedinuser,
171
                },
171
                },
172
                allow_change_from_others => 1,
172
                allow_change_from_others => 1,
173
                allow_change_from_staff  => 1,
173
            ],
174
            ],
174
        },
175
        },
175
        { order_by => 'shelfname' }
176
        { order_by => 'shelfname' }
176
- 

Return to bug 35547