@@ -, +, @@ next hold when issuing item to a patron text editor --- C4/Circulation.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Circulation.pm +++ a/C4/Circulation.pm @@ -3944,7 +3944,7 @@ sub ProcessOfflineIssue { $patron->unblessed, $operation->{'barcode'}, undef, - 1, + undef, $operation->{timestamp}, undef, ); --