[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha stats.screen.pl,1.2,1.3
From: |
Mason James |
Subject: |
[Koha-cvs] CVS: koha stats.screen.pl,1.2,1.3 |
Date: |
Tue, 23 Aug 2005 15:03:12 -0700 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha stats.screen.pl,1.2,1.3,
Mason James <=
- Prev by Date:
[Koha-cvs] CVS: koha-doc/en/sysadmin/migration holdings.xml,NONE,1.1
- Next by Date:
[Koha-cvs] CVS: koha stats.screen.pl,1.3,1.4 stats.print.pl,1.4,1.5
- Previous by thread:
[Koha-cvs] CVS: koha-doc/en/sysadmin/migration holdings.xml,NONE,1.1
- Next by thread:
[Koha-cvs] CVS: koha stats.screen.pl,1.3,1.4 stats.print.pl,1.4,1.5
- Index(es):