From 92c3ec8d4513ee31701d3b82e7d3987fe266abf9 Mon Sep 17 00:00:00 2001 From: rangi Date: Mon, 22 May 2006 22:32:46 +0000 Subject: [PATCH] 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 --- admin/systempreferences.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index 5a3a9d7230..7c914d9b29 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -84,6 +84,7 @@ my %tabsysprefs; $tabsysprefs{automembernum}="Members"; $tabsysprefs{checkdigit}="Members"; $tabsysprefs{NotifyBorrowerDeparture}="Members"; + $tabsysprefs{memberofinstitution}="Members"; # OPAC $tabsysprefs{AmazonAssocTag}="OPAC"; $tabsysprefs{AmazonContent}="OPAC"; @@ -161,7 +162,7 @@ my $offset=$input->param('offset'); 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, -- 2.39.2