[Koha-bugs] [Bug 19812] Holds count in "Already received" table has confusing and unexpected values

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 14 13:10:45 CET 2017


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 69799
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69799&action=edit
Bug 19812 - Holds count in "Already received" table has confusing and
unexpected values

In acqui/parcel.pl both the "Pending orders" and "Already received" tables show
how many holds there are for the given record. However, the count of holds in
the "Pending orders" table confuses librarians because it only lists holds for
the particular items in the orderline. Due to that, the holds column may show 0
holds even if there are a dozen record level holds for that bib! This is not
what librarians seem to expect, instead it seems that the same total holds in
the "Pending orders" table would be preferred.

Test Plan:
1) Find an invoice with an item in the "Already received" table
2) Add one or more record level holds to the record
3) Note the holds column does not count those holds
4) Apply this patch
5) Note the holds column now shows total holds and holds for just those ordered
items

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


More information about the Koha-bugs mailing list