[Koha-cvs] koha/admin systempreferences.pl [rel_3_0]

Bruno Toumi btoumi at ouestprovence.fr
Tue Dec 19 17:24:02 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Bruno Toumi <btoumi>	06/12/19 16:24:02

Modified files:
	admin          : systempreferences.pl 

Log message:
	add RequestOnOpac system preference in admin opac menu

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/systempreferences.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.34.2.10&r2=1.34.2.11

Patches:
Index: systempreferences.pl
===================================================================
RCS file: /sources/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.34.2.10
retrieving revision 1.34.2.11
diff -u -b -r1.34.2.10 -r1.34.2.11
--- systempreferences.pl	18 Dec 2006 16:35:17 -0000	1.34.2.10
+++ systempreferences.pl	19 Dec 2006 16:24:02 -0000	1.34.2.11
@@ -153,6 +153,7 @@
     $tabsysprefs{virtualshelves}="OPAC";
     $tabsysprefs{opacheader}="OPAC";
     $tabsysprefs{reviewson}="OPAC";
+    $tabsysprefs{RequestOnOpac}="OPAC";	
 
 sub StringSearch  {
 	my ($env,$searchstring,$type)=@_;





More information about the Koha-cvs mailing list