Summary: | parcel.pl only shows holds on items in received orders, we should (also) count holds on the title | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Acquisitions | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | cunha |
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: | ||
Circulation function: |
Description
Nick Clemens (kidclamp)
2017-12-04 13:59:19 UTC
Although not impossible, in our workflow it would be rare for an on order item to have an item-level hold. We do not assign barcodes until items are received and catalogued. For us, the main purpose of being able to see the holds at the time an item is received is to know whether or not to give it priority processsing. For this purpose, it doesn't matter whether the holds are bib- or item-level. The total number of holds is sometimes also useful for prioritizing. What is not useful is when the total number of holds is mulitplied by the item number. Any of the suggested ways of showing the holds would work. The first is most succinct, and as long as everyone knows the difference between the number in and outside of the parentheses, that's fine. The second option is short, and perhaps less open to misinterpretation, so that is the one I would choose. |