Bug 23188 - Holds Column in Receipt Page sorts oddly
Summary: Holds Column in Receipt Page sorts oddly
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 19812
Blocks:
  Show dependency treegraph
 
Reported: 2019-06-21 16:44 UTC by Kelly McElligott
Modified: 2019-06-29 15:32 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kelly McElligott 2019-06-21 16:44:47 UTC
In the acquisitions module, when viewing an invoice - and choosing to view this in the Receipt page option, there is a column called Holds.  If any record on this receipt has a hold this number will be displayed.  There is a tiny carrot to allow the user to change the order of this view to see the most holds first.  Unfortunately, Koha displays the holds in a fashion such as 0/1.  The first number is the item levels hold and the second number is the total number of holds on the record (or in this case, the bib level hold).  The sorting will only sort on the first number and if a library only does bib level holds, the sort will never be accurate.
Comment 1 Jonathan Druart 2019-06-29 15:32:26 UTC
Same problem on batch item deletion/modification (bug 19490 and bug 22914)