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
Could this be related to 19116?
(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 ***