Summary: | no holds message is not always clear | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Circulation | Assignee: | Srdjan Jankovic <srdjan> |
Status: | CLOSED WORKSFORME | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, gmcharlt, henridamien.laurent, wizzyrea |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | Sponsored | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | patch |
Description
Nicole C. Engard
2011-07-30 12:29:41 UTC
Cannot Place Hold No copies are available to be placed on hold Is the message I get for an item that is marked notforloan. I will try with the item type instead I get the same message for a reference copy at item level Will try changing the item type at biblio level Sorry Nicole can't replicate, please reopen with more detail, including exactly how to replicate it if still occurs Chris, In your testing, is rule for limiting the holds for a Reference Copy being defined in the Circ Matrix itself (Holds Allowed = 0) or Holds policy by item type section? I'm doing my test when Holds Allowed = 0 AND the Holds Policy by Item Type is set to deny. Created attachment 6173 [details] [review] patch May I suggest that reason is not enough. If you block CanItemBeReserved for maxreserves rules, would it not be quite interesting to have the number of reserves and the blocking issuing rule returned ? Also, it seems to me that Having english string as ERROR Code (REASON) is quite misleading, it may lead to detailed tests in tt files IF reason eq "THE REASON WHY THE CODE IS THROWING AN ERROR" , or to untranslatable strings. Which is NOT what we would like. I feel we will have some reason to fail to read correctly. Moreover, could we have some pm to centralize Error codes ? or Some guidelines to place Error Codes in pm at the same zone in the PM rather than disseminating them all through the code ? > If you block CanItemBeReserved for maxreserves rules, would it not be quite
> interesting to have the number of reserves and the blocking issuing rule
> returned ?
I agree with this. Looking at the patch itself I'm not sure this goes far enough towards solving the problem. However, I'm still not clear on how to reproduce the error in question. Can we get more details?
We do not have complaints for this any more. If anyone feels like it should be followed up, please flip the status back again. |