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

(-)a/Koha/Biblio.pm (-2 / +1 lines)
Lines 226-232 sub pickup_locations { Link Here
226
    }
226
    }
227
227
228
    return Koha::Libraries->search(
228
    return Koha::Libraries->search(
229
        { branchcode => { '-in' => \@pickup_locations } } );
229
        { branchcode => { '-in' => \@pickup_locations } }, { order_by => ['branchname'] } );
230
}
230
}
231
231
232
=head3 hidden_in_opac
232
=head3 hidden_in_opac
233
- 

Return to bug 28202