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

Joshua Ferraro jmf at kados.org
Sun Nov 26 22:39:38 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/11/26 21:39:38

Modified files:
	admin          : systempreferences.pl 

Log message:
	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=rel_2_2&r1=1.22.2.20&r2=1.22.2.21

Patches:
Index: systempreferences.pl
===================================================================
RCS file: /sources/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.22.2.20
retrieving revision 1.22.2.21
diff -u -b -r1.22.2.20 -r1.22.2.21
--- systempreferences.pl	31 Jul 2006 13:27:31 -0000	1.22.2.20
+++ systempreferences.pl	26 Nov 2006 21:39:38 -0000	1.22.2.21
@@ -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