[Koha-bugs] [Bug 27082] Problem when a basket has more of 20 orders with uncertain price

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 24 23:14:17 CET 2020


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

--- Comment #8 from Blou <philippe.blouin at inlibro.com> ---
Created attachment 113969
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113969&action=edit
Bug 27082: uncertainprice.pl does not handle pagination

To reproduce:
1- create a basket
2- add more of 20 orders with uncertain price
3- click on uncertain price button
4- on page 1 of list, uncheck uncertain box of an order
5- click on save button
6- orders who were on page 2 are not display anymore in page uncertainprice.pl
7- return to basket view acqui/basket.pl
8- orders who were on page 2 have "rvcd" label and quantity is null

The data in page 2 and beyond is not transmitted, but the code doesn't
handle that.  This patch makes sure that all that (empty) data is not (wrongly)
processed.

Sponsored by: CCSR

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list