bug 3435: added missing _ in _FixAccountForLostAndReturned
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 30 Jul 2009 18:35:29 +0000 (14:35 -0400)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 30 Jul 2009 18:36:30 +0000 (14:36 -0400)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Circulation.pm

index d082002..78215ff 100644 (file)
@@ -1718,7 +1718,7 @@ FIXME: Give a positive return value on success.  It might be the $borrowernumber
 
 =cut
 
-sub FixAccountForLostAndReturned {
+sub _FixAccountForLostAndReturned {
     my $itemnumber     = shift or return;
     my $borrowernumber = @_ ? shift : undef;
     my $item_id        = @_ ? shift : $itemnumber;  # Send the barcode if you want that logged in the description