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

(-)a/catalogue/itemsearch.pl (-2 / +1 lines)
Lines 239-245 if ( defined $format ) { Link Here
239
    }
239
    }
240
240
241
    my $sortby = $cgi->param('sortby') || 'itemnumber';
241
    my $sortby = $cgi->param('sortby') || 'itemnumber';
242
    if (C4::Context->preference("marcflavour") ne "UNIMARC" && $sortby eq 'publicationyear') {
242
    if ($sortby eq 'publicationyear') {
243
        $sortby = 'copyrightdate';
243
        $sortby = 'copyrightdate';
244
    }
244
    }
245
    my $search_params = {
245
    my $search_params = {
246
- 

Return to bug 37218