[Koha-cvs] CVS: koha/opac opac-account.pl,1.8.2.1,1.8.2.2

Owen Leonard oleonard at users.sourceforge.net
Fri Jul 15 20:22:55 CEST 2005


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27161/opac

Modified Files:
      Tag: rel_2_2
	opac-account.pl 
Log Message:
Adding suggestions and virtual shelves preference, previously missing from this script

Index: opac-account.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-account.pl,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -C2 -r1.8.2.1 -r1.8.2.2
*** opac-account.pl	15 Jul 2005 18:16:14 -0000	1.8.2.1
--- opac-account.pl	15 Jul 2005 18:22:36 -0000	1.8.2.2
***************
*** 62,65 ****
--- 62,67 ----
  $template->param( ACCOUNT_LINES => $accts,
  			     LibraryName => C4::Context->preference("LibraryName"),
+ 				suggestion => C4::Context->preference("suggestion"),
+ 				virtualshelves => C4::Context->preference("virtualshelves")
   );
  





More information about the Koha-cvs mailing list