[Koha-cvs] koha/admin systempreferences.pl

Robert Lyon bob at katipo.co.nz
Wed Jun 7 01:45:45 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Robert Lyon <bob_lyon>	06/06/06 23:45:45

Modified files:
	admin          : systempreferences.pl 

Log message:
	Merging Katipo changes...
	
	adding new system pref 'reading history' to the Members tab

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

Patches:
Index: systempreferences.pl
===================================================================
RCS file: /sources/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- systempreferences.pl	22 May 2006 22:32:46 -0000	1.32
+++ systempreferences.pl	6 Jun 2006 23:45:45 -0000	1.33
@@ -85,6 +85,7 @@
 	$tabsysprefs{checkdigit}="Members";
 	$tabsysprefs{NotifyBorrowerDeparture}="Members";
         $tabsysprefs{memberofinstitution}="Members";
+        $tabsysprefs{ReadingHistory}="Members";
 # OPAC
 	$tabsysprefs{AmazonAssocTag}="OPAC";
 	$tabsysprefs{AmazonContent}="OPAC";





More information about the Koha-cvs mailing list