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

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:11:00 CEST 2002


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





More information about the Koha-cvs mailing list