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

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:10:51 CEST 2002


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>";





More information about the Koha-cvs mailing list