[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4/Circulation Fines.pm,1.4.2.1,1.4.2.2
From: |
Andrew Arensburger |
Subject: |
[Koha-cvs] CVS: koha/C4/Circulation Fines.pm,1.4.2.1,1.4.2.2 |
Date: |
Fri, 04 Oct 2002 23:15:02 -0700 |
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);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4/Circulation Fines.pm,1.4.2.1,1.4.2.2,
Andrew Arensburger <=