http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8448 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- (In reply to comment #3)
How I tested:
- Item X is checked out.
- Place holds for patron ONE and patron TWO (Next available item, there ist just 1 item for this biblio anyway)
- Check in Itm X. Koha says that there is a hold for Patron ONE (General note, not related to this patch: I would expect that it says soething about patron TWO as well or something like 'There are N holds for this item').
- I confirm hold for patron ONE
- I switch to Holds Awaiting Pickup in the Circulation module
- I see the hold waiting for Patron ONE
- I cancel this hold.
- I get following message (as expected after applying the patch): ------------------- This hold (Fuss- und Wanderwege bei der Planung von ländlichen Wegnetzen im Berggebiet) was placed by : Patron TWO, Please retain this hold. [Daten absenden] (a button, it seems to take the OS language) ------------------
- Now I'm not quite sure what 'Daten absenden' really means? - It seems to delete the hold for patron ONE (what actually I expect), but then, I would expect the item now to appear in the pickup list as waiting for pickup by patron TWO?
- But now the list is empty. What happens now to the hold placed by patron TWO? Is there some action I have to take now manually?
When I translated "Daten absenden" to English, it said "Data send", so it's the equivalent of "Submit". I think "OK" would be better than "Submit", but that's outside of the scope of this particular patch. Yes, now that the list is empty, you have to manually check-in the item again to generate the prompt to "confirm hold" for Patron TWO. This is the default Koha behaviour. In Bug 8449, I change the wording and styling of the messages you receive during this process, and I've indicated that you need to check-in the item to continue processing the hold. Sounds like it worked though :) -- You are receiving this mail because: You are watching all bug changes.