https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40306 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #6 from Fridolin Somers <fridolin.somers@biblibre.com> --- (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.