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

(-)a/cataloguing/value_builder/unimarc_field_4XX.pl (-2 / +1 lines)
Lines 441-447 sub plugin { Link Here
441
        if ( $total_hits < $from + $resultsperpage ) {
441
        if ( $total_hits < $from + $resultsperpage ) {
442
            $to = $total_hits;
442
            $to = $total_hits;
443
        }else{
443
        }else{
444
            $to = $startfrom * $resultsperpage + $resultsperpage ;
444
            $to = $from * $resultsperpage ;
445
        }
445
        }
446
        my $defaultview =
446
        my $defaultview =
447
          'BiblioDefaultView' . C4::Context->preference('BiblioDefaultView');
447
          'BiblioDefaultView' . C4::Context->preference('BiblioDefaultView');
448
- 

Return to bug 26537