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

--- Comment #1 from Fridolin SOMERS <[email protected]> ---
Created attachment 89232
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89232&action=edit
Bug 22830: correct for loop in value_builder/unimarc_field_4XX.pl value_builder

In value_builder/unimarc_field_4XX.pl value_builder gets search results and
runs a for loog with $i index.
This loop is limiter with number of results par page, it should also be limited
by number of results if lower that number of results par page.

Same in cataloguing/value_builder/marc21_linking_section.pl.

Test plan :
1) configure framework to use value builder
2) use value builder
3) perform a search with number of results lower than number of results par
page
4) check number of records diplayed is OK
5) perform a search with number of results upper than number of results par
page and check number of results is OK
6) you see number of results par page records and pagination link

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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