From d7bf28d5249b20c39410990bc109e08a9e107574 Mon Sep 17 00:00:00 2001 From: rangi Date: Wed, 3 Sep 2003 19:41:22 +0000 Subject: [PATCH] Fix for bug 562 --- C4/Circulation/Circ2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Circulation/Circ2.pm b/C4/Circulation/Circ2.pm index 23d4005a54..f30fa4ff90 100755 --- a/C4/Circulation/Circ2.pm +++ b/C4/Circulation/Circ2.pm @@ -894,7 +894,7 @@ sub returnbook { if ($resfound) { # my $tobrcd = ReserveWaiting($resrec->{'itemnumber'}, $resrec->{'borrowernumber'}); $resrec->{'ResFound'} = $resfound; - # $messages->{'ResFound'} = $resrec; + $messages->{'ResFound'} = $resrec; } # update stats? # Record the fact that this book was returned. -- 2.39.5