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

Ryan Higgins rch at liblime.com
Tue Feb 20 17:28:11 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Ryan Higgins <rych>	07/02/20 16:28:11

Modified files:
	admin          : systempreferences.pl 

Log message:
	add confirmissuescharge syspref

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/systempreferences.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.22.2.18.2.5&r2=1.22.2.18.2.6

Patches:
Index: systempreferences.pl
===================================================================
RCS file: /sources/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.22.2.18.2.5
retrieving revision 1.22.2.18.2.6
diff -u -b -r1.22.2.18.2.5 -r1.22.2.18.2.6
--- systempreferences.pl	25 Sep 2006 19:49:10 -0000	1.22.2.18.2.5
+++ systempreferences.pl	20 Feb 2007 16:28:11 -0000	1.22.2.18.2.6
@@ -82,6 +82,7 @@
 	$tabsysprefs{maxoutstanding}="Circulation";
 	$tabsysprefs{maxreserves}="Circulation";
 	$tabsysprefs{noissuescharge}="Circulation";
+	$tabsysprefs{confirmissuescharge}="Circulation";
 	$tabsysprefs{patronimages}="Circulation";
 	$tabsysprefs{printcirculationslips}="Circulation";
 	$tabsysprefs{ReturnBeforeExpiry}="Circulation";





More information about the Koha-cvs mailing list