[Koha-patches] [PATCH] Corrected wrong number of arguments to getnextacctno.

Joe Atzberger joe.atzberger at liblime.com
Wed May 28 01:04:12 CEST 2008


---
 catalogue/updateitem.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/catalogue/updateitem.pl b/catalogue/updateitem.pl
index 1c0906a..26a99fe 100755
--- a/catalogue/updateitem.pl
+++ b/catalogue/updateitem.pl
@@ -97,7 +97,7 @@ if ($itemlost==1) {
         # OK, they haven't
         unless ($existing_charge_hashref) {
             # This item is on issue ... add replacement cost to the borrower's record and mark it returned
-            my $accountno = getnextacctno('',$issues->{'borrowernumber'},$dbh);
+            my $accountno = getnextacctno($issues->{'borrowernumber'});
             my $sth2=$dbh->prepare("INSERT INTO accountlines
             (borrowernumber,accountno,date,amount,description,accounttype,amountoutstanding,itemnumber)
             VALUES
-- 
1.5.5.GIT




More information about the Koha-patches mailing list