[Koha-cvs] koha/admin systempreferences.pl [R_2-2-7-1]

Antoine Farnault antoine at koha-fr.org
Mon Feb 12 10:25:00 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		R_2-2-7-1
Changes by:	Antoine Farnault <toins>	07/02/12 09:25:00

Modified files:
	admin          : systempreferences.pl 

Log message:
	Commiting BUG FIX for 2.2.7.1.
	
	Previous log was :
	putting the serials sysprefs into the catalogue tab (do we need a serials tab?)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/systempreferences.pl?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.22.2.20&r2=1.22.2.20.2.1

Patches:
Index: systempreferences.pl
===================================================================
RCS file: /sources/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.22.2.20
retrieving revision 1.22.2.20.2.1
diff -u -b -r1.22.2.20 -r1.22.2.20.2.1
--- systempreferences.pl	31 Jul 2006 13:27:31 -0000	1.22.2.20
+++ systempreferences.pl	12 Feb 2007 09:25:00 -0000	1.22.2.20.2.1
@@ -69,7 +69,11 @@
 	$tabsysprefs{LabelMARCView}="Catalogue";
 	$tabsysprefs{marc}="Catalogue";
 	$tabsysprefs{marcflavour}="Catalogue";
+
 	$tabsysprefs{serialsadditems}="Catalogue";
+    $tabsysprefs{RoutingSerials}="Catalogue";
+	$tabsysprefs{ReceiveBackIssues}="Catalogue";
+
 	$tabsysprefs{sortbynonfiling}="Catalogue";
 	$tabsysprefs{MARCOrgCode}="Catalogue";
 	$tabsysprefs{z3950AuthorAuthFields}="Catalogue";





More information about the Koha-cvs mailing list