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

Owen Leonard <[email protected]> changed:

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

--- Comment #7 from Owen Leonard <[email protected]> ---
In my system with custom test data I'm seeing a mismatch between the count on
the home page and the number of holds returned by pendingreserves.pl. I see
that there is a lot of extra filtering going on in that script, so I wonder if
the simple 'Koha::Holds->search( found => undef )' is not counting too many
holds.

The other issue I see is that pendingreserves.pl has a default date range which
makes the user's experience of what the home page reports different from what
they see on that page by default.

In my system the home page reports 59 pending holds, pendingreserves.pl reports
zero holds by default, and with an all-inclusive date range returns 31 holds.

- I think the home page count should definitely use the same (non-date) limits,
but should it also use the same date limits?
- Alternatively, should we remove the default date limit on pendingreserves.pl?

-- 
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