koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 Accounts.pm,1.5.2.1,1.5.2.2


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Accounts.pm,1.5.2.1,1.5.2.2
Date: Fri, 04 Oct 2002 23:11:00 -0700

Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv30908

Modified Files:
      Tag: arensb-context
        Accounts.pm 
Log Message:
Added a whole mess of FIXME comments.


Index: Accounts.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Accounts.pm,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C2 -r1.5.2.1 -r1.5.2.2
*** Accounts.pm 4 Oct 2002 02:21:59 -0000       1.5.2.1
--- Accounts.pm 5 Oct 2002 06:10:58 -0000       1.5.2.2
***************
*** 186,189 ****
--- 186,190 ----
       (borrowernumber, accountno, offsetaccount,  offsetamount)
       values ($bornumber,$accdata->{'accountno'},$nextaccntno,$newamtos)";
+      # FIXME - There's already a $usth in this scope.
       my $usth = $dbh->prepare($updquery);
  #     print $updquery




reply via email to

[Prev in Thread] Current Thread [Next in Thread]