[Koha-patches] [PATCH] bug 3435: added missing _ in _FixAccountForLostAndReturned

Galen Charlton galen.charlton at liblime.com
Thu Jul 30 20:36:15 CEST 2009


---
 C4/Circulation.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Circulation.pm b/C4/Circulation.pm
index d082002..78215ff 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
-- 
1.5.6.5




More information about the Koha-patches mailing list