koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha stats2.pl,1.2.2.1,1.2.2.2


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha stats2.pl,1.2.2.1,1.2.2.2
Date: Fri, 04 Oct 2002 23:10:51 -0700

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

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


Index: stats2.pl
===================================================================
RCS file: /cvsroot/koha/koha/stats2.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** stats2.pl   4 Oct 2002 02:21:25 -0000       1.2.2.1
--- stats2.pl   5 Oct 2002 06:10:49 -0000       1.2.2.2
***************
*** 77,81 ****
    print 
"<TR><Td>$data->{'surname'}</td><td>$data->{'description'}</td><td>$data->{'amount'}
    </td>";
!   if ($data->{'accountype'}='Pay'){
      my $branch=Getpaidbranch($data->{'timestamp'});
      print "<td>$branch</td>";
--- 77,81 ----
    print 
"<TR><Td>$data->{'surname'}</td><td>$data->{'description'}</td><td>$data->{'amount'}
    </td>";
!   if ($data->{'accountype'}='Pay'){   # FIXME - This should be "==", not "=", 
right?
      my $branch=Getpaidbranch($data->{'timestamp'});
      print "<td>$branch</td>";




reply via email to

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