[Koha-cvs] CVS: koha stats.screen.pl,1.2,1.3

Mason James szrj1m at users.sourceforge.net
Wed Aug 24 00:03:12 CEST 2005


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6721

Modified Files:
	stats.screen.pl 
Log Message:
Tidy up.


Index: stats.screen.pl
===================================================================
RCS file: /cvsroot/koha/koha/stats.screen.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** stats.screen.pl	22 Aug 2005 00:33:45 -0000	1.2
--- stats.screen.pl	23 Aug 2005 22:03:09 -0000	1.3
***************
*** 19,23 ****
                               query => $input,
                               type => "intranet",
!                              authnotrequired => ,
                               flagsrequired => {borrowers => 1},
                               debug => 1,
--- 19,23 ----
                               query => $input,
                               type => "intranet",
!                              authnotrequired => 0,
                               flagsrequired => {borrowers => 1},
                               debug => 1,
***************
*** 52,55 ****
--- 52,57 ----
  my $date2=UnixDate($date2,'%Y-%m-%d');
  
+ #warn "MASON: DATE: $date, $date2";
+ 
  #get a list of every payment
  my @payments=TotalPaid($date,$date2);
***************
*** 63,66 ****
--- 65,71 ----
  my $totalpaid=0;
  my $totalwritten=0;
+ my @loop1;
+ my @loop2;
+ 
  
  # lets get a a list of all individual item charges paid for by that payment





More information about the Koha-cvs mailing list