diff --git a/C4/Circulation.pm b/C4/Circulation.pm index eb754c8401..ab03362e06 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -1546,6 +1546,7 @@ sub AddIssue { $datedue, $issuedate, # here interpreted as the renewal date ); + $issue = Koha::Checkouts->find( { itemnumber => $item_object->itemnumber } ); } else {