From 0fa75bda0657d1cd2024fdbc808e6d6b1552c7e4 Mon Sep 17 00:00:00 2001 From: kados Date: Sat, 18 Mar 2006 22:55:26 +0000 Subject: [PATCH] add syspref for the MARC Organization Code of the library --- updater/updatedatabase | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index d395d807eb..09a9957c0c 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -1058,6 +1058,15 @@ my %tabledata = ( explanation => 'Set to anonymous borrowernumber to enable Anonymous suggestions', type => 'free', }, + { + uniquefieldrequired => 'variable', + variable => 'MARCOrgCode', + value => '0', + forceupdate => { 'explanation' => 1, ' + type' => 1}, + explanation => 'Your MARC Organization Code - http://www.loc.gov/marc/organizations/orgshome.html', + type => 'free', + }, { uniquefieldrequired => 'variable', variable => 'AmazonContent', @@ -1731,6 +1740,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.100.2.36 2006/03/18 22:55:26 kados +# add syspref for the MARC Organization Code of the library +# # Revision 1.100.2.35 2006/03/08 17:50:55 kados # Modifying patronimages: now it can be used to specify the file extension # of the images (to avoid hard-codeing in templates). -- 2.39.5