From 1cb0577c28d9eb8f500775734457514bcebf06f0 Mon Sep 17 00:00:00 2001 From: rangi Date: Mon, 22 May 2006 22:40:45 +0000 Subject: [PATCH] Adding new systempreference allowing for the library to add borrowers to institutions (rest homes, parishes, schools, classes etc). --- updater/updatedatabase | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index f89bc12c30..ec3c0e103b 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -417,6 +417,15 @@ my %tabledata = ( explanation => 'Max delay before considering the transfer has potentialy a problem', type => 'free', }, + { + uniquefieldrequired => 'variable', + variable => 'memberofinstitution', + value => '0', + forceupdate => { 'explanation' => 1, + 'type' => 1}, + explanation => 'Are your patrons members of institutions', + type => 'YesNo', + }, ], ); @@ -1576,6 +1585,9 @@ sub MARCgetitem { exit; # $Log$ +# Revision 1.140 2006/05/22 22:40:45 rangi +# Adding new systempreference allowing for the library to add borrowers to institutions (rest homes, parishes, schools, classes etc). +# # Revision 1.139 2006/05/19 19:31:29 tgarip1957 # Added new fields to auth_header and auth_subfield_table to allow ZEBRA use of authorities and new MARC framework like structure. # Authority tables are modified to be compatible with new MARC frameworks. This change is part of Authority Linking & Zebra authorities. Requires change in Mysql database. It will break head unless all changes regarding this is implemented. This warning will take place on all commits regarding this -- 2.39.5