[Koha-cvs] koha/admin systempreferences.pl

Robert Lyon bob at katipo.co.nz
Wed Jun 7 04:05:06 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Robert Lyon <bob_lyon>	06/06/07 02:05:06

Modified files:
	admin          : systempreferences.pl 

Log message:
	merging katipo changes...
	
	Adding new pref to the circ tab

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/systempreferences.pl?cvsroot=koha&r1=1.33&r2=1.34

Patches:
Index: systempreferences.pl
===================================================================
RCS file: /sources/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- systempreferences.pl	6 Jun 2006 23:45:45 -0000	1.33
+++ systempreferences.pl	7 Jun 2006 02:05:06 -0000	1.34
@@ -77,6 +77,7 @@
 	$tabsysprefs{maxoutstanding}="Circulation";
 	$tabsysprefs{maxreserves}="Circulation";
 	$tabsysprefs{noissuescharge}="Circulation";
+	$tabsysprefs{IssuingInProcess}="Circulation";
 	$tabsysprefs{patronimages}="Circulation";
 	$tabsysprefs{printcirculationslips}="Circulation";
 	$tabsysprefs{ReturnBeforeExpiry}="Circulation";





More information about the Koha-cvs mailing list