[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/reports acquisitions_stats.pl,1.6,1.7
From: |
Mason James |
Subject: |
[Koha-cvs] CVS: koha/reports acquisitions_stats.pl,1.6,1.7 |
Date: |
Thu, 25 Aug 2005 21:43:20 -0700 |
Update of /cvsroot/koha/koha/reports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv609
Modified Files:
acquisitions_stats.pl
Log Message:
Syncing rangik enhancements to main.
Index: acquisitions_stats.pl
===================================================================
RCS file: /cvsroot/koha/koha/reports/acquisitions_stats.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** acquisitions_stats.pl 20 Jun 2005 10:28:09 -0000 1.6
--- acquisitions_stats.pl 26 Aug 2005 04:43:18 -0000 1.7
***************
*** 20,23 ****
--- 20,25 ----
# Suite 330, Boston, MA 02111-1307 USA
+ # test comment
+
use strict;
use C4::Auth;
***************
*** 50,53 ****
--- 52,56 ----
[...982 lines suppressed...]
! push @loopfooter, {'totalcol' => $total};
! }
!
!
! # the header of the table
! # address@hidden;
! # the core of the table
! $globalline{looprow} = address@hidden;
! $globalline{loopcol} = address@hidden;
! # # the foot (totals by borrower type)
! $globalline{loopfooter} = address@hidden;
! $globalline{total}= $grantotal;
! $globalline{line} = $line;
! $globalline{column} = $column;
! push @mainloop,\%globalline;
! return address@hidden;
}
! 1;
!
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/reports acquisitions_stats.pl,1.6,1.7,
Mason James <=