[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/opac opac-account.pl,1.8.2.1,1.8.2.2
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/opac opac-account.pl,1.8.2.1,1.8.2.2 |
Date: |
Fri, 15 Jul 2005 11:22:55 -0700 |
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")
);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/opac opac-account.pl,1.8.2.1,1.8.2.2,
Owen Leonard <=