[Koha-cvs] CVS: koha/opac opac-account.pl,1.7,1.8

Owen Leonard oleonard at users.sourceforge.net
Thu Jan 8 19:23:38 CET 2004


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

Modified Files:
	opac-account.pl 
Log Message:
Added Paul's LibraryName variable to template

Index: opac-account.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-account.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** opac-account.pl	8 May 2003 13:19:40 -0000	1.7
--- opac-account.pl	8 Jan 2004 18:23:36 -0000	1.8
***************
*** 53,57 ****
  
  
! $template->param( ACCOUNT_LINES => $accts );
  
  $template->param( total => $total );
--- 53,59 ----
  
  
! $template->param( ACCOUNT_LINES => $accts,
! 			     LibraryName => C4::Context->preference("LibraryName"),
!  );
  
  $template->param( total => $total );





More information about the Koha-cvs mailing list