[Koha-bugs] [Bug 27064] Transferring an item with a hold allows the user to set a hold waiting without transferring to the correct branch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 10 13:47:25 CEST 2021


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

--- Comment #12 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
(In reply to Victor Grousset/tuxayo from comment #8)
> Seems to works as expected but I see 4 transfers in the UI (Transferred
> items)
> And I'm not sure if the data is correct.
> 
> (tried to make the table compact, so stuff was abridged)
> 
> --+--------+--------+----+-------+--------+---+------------+-----------
> id|dt_rqstd|datesent|from|darrive|dcancel |to |reason      |canc_reason
> --+--------+--------+----+-------+--------+---+------------+-----------
> ↓↓↓↓↓↓↓↓↓↓ 6) set the hold waiting - click it   ↓↓↓↓↓
>  1|18:50:39|18:50:39|CPL |8:50:48|        |FFL|Manual      |NULL
> ↓↓↓↓↓↓↓↓↓↓ Revert the hold or cancel and place a new one (NOT SURE ABOUT
> THAT)↓↓↓ 
>  2|18:52:43|18:52:43|CPL |       |18:53:19|FFL|Manual      |Manual  
> ↓↓↓↓↓↓↓↓↓ 14) Click that↓↓↓↓↓   
>  3|18:53:19|18:53:19|CPL |       |18:53:24|FFL|Manual      |CancelRes  
> ↓↓↓↓↓↓↓↓↓ 16) choose 'cancel↓↓↓↓↓
>  4|18:53:24|        |CPL |       |18:53:24|CPL|TransfCancel|Manual     
>  5|18:53:24|18:53:24|CPL |       |        |FFL|Manual      |NULL       
> --+--------+--------+----+-------+--------+---+------------+-----------

To highlight the issue I'm referring to using Victors test data above..

It's the final transfer that's an error, not with this bug, but with another
that's already in master. It's is a 'return to sending branch' that's triggered
by the cancellation.. this happens automatically when the item is perceived to
be 'in_transit'.. problem is.. ModItemTransfer always puts items immediately in
transit.. but there are times when that isn't the right action and the item
hasn't actually left the building as such yet..

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


More information about the Koha-bugs mailing list