From 99afd35871ce803f59bf6ce3f46ed775e79ed01e Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 30 Jul 2009 14:35:29 -0400 Subject: [PATCH] bug 3435: added missing _ in _FixAccountForLostAndReturned Signed-off-by: Galen Charlton --- C4/Circulation.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index d082002b21..78215ffa35 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -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 -- 2.39.2