@@ -, +, @@ --- C4/Circulation.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/Circulation.pm +++ a/C4/Circulation.pm @@ -2095,6 +2095,7 @@ sub AddReturn { type => $stat_type, itemnumber => $itemnumber, itemtype => $itemtype, + location => $item->location, borrowernumber => $borrowernumber, ccode => $item->ccode, }); --