[Koha-cvs] CVS: koha/reports acquisitions_stats.pl,1.6,1.7

Mason James szrj1m at users.sourceforge.net
Fri Aug 26 06:43:20 CEST 2005


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
! #        $globalline{loopfilter}=\@loopfilter;
!         # the core of the table
!         $globalline{looprow} = \@looprow;
!         $globalline{loopcol} = \@loopcol;
! #       # the foot (totals by borrower type)
!         $globalline{loopfooter} = \@loopfooter;
!         $globalline{total}= $grantotal;
!         $globalline{line} = $line;
!         $globalline{column} = $column;
!         push @mainloop,\%globalline;
!         return \@mainloop;
  }
  
! 1;
! 





More information about the Koha-cvs mailing list