https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40306

Fridolin Somers <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Signed Off

--- Comment #6 from Fridolin Somers <[email protected]> ---
(In reply to Marcel de Rooy from comment #5)
> Looks like number.startfrom is wrong too ?

Ah there are 2 vars startfrom :
    my $startfrom = $query->param('startfrom');

And :
                    push @numbers,
                        {
                        number     => $i,
                        highlight  => $highlight,
                        searchdata => \@field_data,
                        startfrom  => ( $i - 1 )
                        };

In this case number.startfrom is correct.

You can look at "marc21_linking_section.tt" that is nearly the same code.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to