[Koha-cvs] koha/admin systempreferences.pl

Chris Cormack chris at katipo.co.nz
Tue May 23 00:32:46 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Chris Cormack <rangi at savannah.gnu.org>	06/05/22 22:32:46

Modified files:
	admin          : systempreferences.pl 

Log message:
	Adding a new variable, memberofinstitution, this allows a borrower to belong to one or more institutions.
	Needed by a library.
	There will be a new table to go with this plus some changes to the add/modfiy members pages. But the default value for this variable will be 0(no) so most people wont see any changes at all

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/admin/systempreferences.pl.diff?tr1=1.31&tr2=1.32&r1=text&r2=text

Patches:
Index: koha/admin/systempreferences.pl
diff -u koha/admin/systempreferences.pl:1.31 koha/admin/systempreferences.pl:1.32
--- koha/admin/systempreferences.pl:1.31	Mon May 22 22:24:37 2006
+++ koha/admin/systempreferences.pl	Mon May 22 22:32:46 2006
@@ -84,6 +84,7 @@
 	$tabsysprefs{automembernum}="Members";
 	$tabsysprefs{checkdigit}="Members";
 	$tabsysprefs{NotifyBorrowerDeparture}="Members";
+        $tabsysprefs{memberofinstitution}="Members";
 # OPAC
 	$tabsysprefs{AmazonAssocTag}="OPAC";
 	$tabsysprefs{AmazonContent}="OPAC";
@@ -161,7 +162,7 @@
 my $script_name="/cgi-bin/koha/admin/systempreferences.pl";
 
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "admin/systempreferences.tmpl",
+    = get_template_and_user({template_name => "parameters/systempreferences.tmpl",
 			     query => $input,
 			     type => "intranet",
 			     authnotrequired => 0,





More information about the Koha-cvs mailing list