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

(-)a/C4/VirtualShelves/Page.pm (-2 / +1 lines)
Lines 251-257 sub shelfpage { Link Here
251
                my $authorsort;
251
                my $authorsort;
252
                my $yearsort;
252
                my $yearsort;
253
                my $tag_quantity;
253
                my $tag_quantity;
254
                my $sortfield = ( $query->param('sortfield') ? $query->param('sortfield') : 'title' );
254
                my $sortfield = ( $sorton ? $sorton : 'title' );
255
                if ( $sortfield eq 'author' ) {
255
                if ( $sortfield eq 'author' ) {
256
                    $authorsort = 'author';
256
                    $authorsort = 'author';
257
                }
257
                }
258
- 

Return to bug 8719