@@ -, +, @@ --- C4/Circulation.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/Circulation.pm +++ a/C4/Circulation.pm @@ -1547,6 +1547,7 @@ sub AddIssue { $datedue, $issuedate, # here interpreted as the renewal date ); + $issue = Koha::Checkouts->find( { itemnumber => $item_object->itemnumber } ); } else { --