Bug 11722 - Hold status not updated after change while in transit
Summary: Hold status not updated after change while in transit
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Hold requests (show other bugs)
Version: 3.12
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-07 23:04 UTC by Christopher Brannon
Modified: 2019-01-28 19:29 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Brannon 2014-02-07 23:04:13 UTC
An item is placed on hold by several patrons, and is triggered at site A to be sent to site B for pickup.  While it transit, we decide we need to intercept the item for maintenance before it goes out again.

So, I place an item level hold on that item.  I put myself at the top of the list, but it is under the hold request that is in transit.  So, I change the status of the hold in transit to a priority level.  I then rearrange the holds so that my hold is at the top and the person the hold was on its way for is first in line.  I trigger the hold again as site A, and confirm my hold.

The Problem: The status for the item on the detail.pl screen still shows it is in transit for the other person and not me.  But the request.pl screen shows that it is in transit for me.

Christopher