[Koha-cvs] CVS: koha overdue.pl,1.7,1.8

Chris Cormack rangi at users.sourceforge.net
Fri Jul 4 00:00:24 CEST 2003


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv8186

Modified Files:
	overdue.pl 
Log Message:
Changed overdue.tmpl to use the includes and added a link to it from the reports page


Index: overdue.pl
===================================================================
RCS file: /cvsroot/koha/koha/overdue.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** overdue.pl	3 Jul 2003 21:52:08 -0000	1.7
--- overdue.pl	3 Jul 2003 22:00:21 -0000	1.8
***************
*** 106,112 ****
  $sth->finish;
  
! $template->param( startmenureport => join ('', startmenu('report')),
! 		endmenureport     => join ('', endmenu('report')),
! 		todaysdate        => $todaysdate,
  		overdueloop       => \@overduedata );
  
--- 106,110 ----
  $sth->finish;
  
! $template->param(		todaysdate        => $todaysdate,
  		overdueloop       => \@overduedata );
  





More information about the Koha-cvs mailing list