Adding new systempreference allowing for the library to add borrowers to institutions...
authorrangi <rangi>
Mon, 22 May 2006 22:40:45 +0000 (22:40 +0000)
committerrangi <rangi>
Mon, 22 May 2006 22:40:45 +0000 (22:40 +0000)
updater/updatedatabase

index f89bc12..ec3c0e1 100755 (executable)
@@ -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