[Koha-cvs] koha/opac opac-account.pl

Joshua Ferraro jmf at kados.org
Sun May 21 04:08:34 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/05/21 02:08:34

Modified files:
	opac           : opac-account.pl 

Log message:
	merging dev-week and HEAD

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-account.pl.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: koha/opac/opac-account.pl
diff -u koha/opac/opac-account.pl:1.10 koha/opac/opac-account.pl:1.11
--- koha/opac/opac-account.pl:1.10	Thu Sep 22 10:01:46 2005
+++ koha/opac/opac-account.pl	Sun May 21 02:08:34 2006
@@ -60,10 +60,7 @@
 
 
 $template->param( ACCOUNT_LINES => $accts,
-			     LibraryName => C4::Context->preference("LibraryName"),
-				suggestion => C4::Context->preference("suggestion"),
-				virtualshelves => C4::Context->preference("virtualshelves")
- );
+);
 
 $template->param( total => sprintf("%.2f",$total) );
 





More information about the Koha-cvs mailing list