--- 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 _______________________________________________ Koha-patches mailing list Koha-patches@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-patches