[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/opac opac-account.pl,1.7,1.8
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/opac opac-account.pl,1.7,1.8 |
Date: |
Thu, 08 Jan 2004 10:23:38 -0800 |
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 );
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/opac opac-account.pl,1.7,1.8,
Owen Leonard <=