Summary: | When trying to transfer an item with a hold on it options are confusing | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Hold requests | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | andrew, gmcharlt, kyle.m.hall |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25682 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Katrin Fischer
2020-06-14 12:32:44 UTC
I'm working on a lot of the interface issues in Bug 25682. Some transfer debugging: - Item on hold to be sent to Branch A - Submit transfer from Branch A - Select as transfer destination: Branch B - Submit barcode for item on hold - When confirmation is shown: - Select "Set reserve to waiting and transfer book to : [Waiting]" Result: - Detail page for the title shows that the item is "Waiting at Branch A." - Detail page ALSO says the item is currently at its home library. Another test: - Item on hold to be sent to Branch A - Submit transfer from Branch A - Select as transfer destination: Branch B - Submit barcode for item on hold - When confirmation is shown: - Select "Cancel reservation and then attempt transfer: [Cancel]" Result: - Detail page for the title show that the item is "In transit" from the item's *home library* (not the library it was transferred from) to the transfer destination (Branch B). - Hold is cancelled. Another test: - Item on hold to be sent to Branch A - Submit transfer from Branch A - Select as transfer destination: Branch B - Submit barcode for item on hold - When confirmation is shown: - Select "Ignore and return to transfers: [Ignore]" Result: - Detail page for the title show that the item is "In transit" from the item's *home library* (not the library it was transferred from) to the transfer destination (Branch B). - Hold is not cancelled. |