Adding new systempreference allowing for the library to add borrowers to institutions (rest homes, parishes, schools, classes etc).

This commit is contained in:
rangi 2006-05-22 22:40:45 +00:00
parent 92c3ec8d45
commit 1cb0577c28

View file

@ -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