Bug 23188

Summary: Holds Column in Receipt Page sorts oddly
Product: Koha Reporter: Kelly McElligott <kelly>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: jonathan.druart
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 19812    
Bug Blocks:    

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)