[Koha-cvs] CVS: koha/C4/Circulation Fines.pm,1.4.2.1,1.4.2.2

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:15:02 CEST 2002


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

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


Index: Fines.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Fines.pm,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** Fines.pm	4 Oct 2002 02:27:39 -0000	1.4.2.1
--- Fines.pm	5 Oct 2002 06:15:00 -0000	1.4.2.2
***************
*** 153,156 ****
--- 153,157 ----
      $sth4->finish;
   #   print "not in account";
+     # FIXME - There's already a $query2 in this scope.
      my $query2="Select max(accountno) from accountlines";
      my $sth3=$dbh->prepare($query2);





More information about the Koha-cvs mailing list