Bug 19020

Summary: No "hold available" notification when an item on hold is transferred
Product: Koha Reporter: Sophie MEYNIEUX <sophie.meynieux>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P4 CC: gmcharlt, josef.moravec, julian.maurice, katrin.fischer, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Sophie MEYNIEUX 2017-08-01 15:43:55 UTC
When an item is returned, if it comes from a transfer for a reserve, reserve status is changed to 'W', but not notification is sent

The function C4::Circulation::AddReturn should use ModReserveAffect() instead of C4::Reserves::ModReserveStatus($item->{'itemnumber'}, 'W') in the part dedicated to transfer
Comment 1 Katrin Fischer 2017-08-15 16:24:09 UTC
Could this be related to 19116?
Comment 2 Julian Maurice 2017-09-26 07:14:01 UTC
(In reply to Katrin Fischer from comment #1)
> Could this be related to 19116?

I'm not sure how bug 19116 fix this, but it does :)

Closing this one.

*** This bug has been marked as a duplicate of bug 19116 ***