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

Chris Cormack crc at liblime.com
Fri Apr 20 01:14:39 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Chris Cormack <rangi>	07/04/19 23:14:39

Modified files:
	admin          : systempreferences.pl 

Log message:
	Adding itemlevelreserves sys pref

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/systempreferences.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.22.2.21&r2=1.22.2.22

Patches:
Index: systempreferences.pl
===================================================================
RCS file: /sources/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.22.2.21
retrieving revision 1.22.2.22
diff -u -b -r1.22.2.21 -r1.22.2.22
--- systempreferences.pl	26 Nov 2006 21:39:38 -0000	1.22.2.21
+++ systempreferences.pl	19 Apr 2007 23:14:39 -0000	1.22.2.22
@@ -85,6 +85,7 @@
 	$tabsysprefs{patronimages}="Circulation";
 	$tabsysprefs{printcirculationslips}="Circulation";
 	$tabsysprefs{ReturnBeforeExpiry}="Circulation";
+	$tabsysprefs{itemlevelreserves}="Circulation";
 # Intranet
 	$tabsysprefs{TemplateEncoding}="Intranet";
 	$tabsysprefs{template}="Intranet";





More information about the Koha-cvs mailing list