[Koha-bugs] [Bug 26698] Hold can show as waiting and in transit at the same time

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 15 21:28:15 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26698

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 111789
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=111789&action=edit
Bug 26698: Use is_at_destination to determine if hold is at destination

This copies code from bug 12556 and uses a Koha::Hold method rather than
code in script

TO test:
1 - Place a hold for item from library B for delivery at library A
2 - Check the item in at library B, confirm and transfer
3 - Check item in at Library A but ignore the hold
4 - View the Holds tab of the details page:
    http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumber=6
5 - Priority = "In transit"  Pickup Library = "Item waiting at"
6 - Apply patch
7 - Restart all the thigns
8 - Reload the page
9 - Priority="In transit" and Pickup library="Item being transferred"

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list