added "notforloan" field to the itemtypes table.

This commit is contained in:
finlayt 2002-07-31 02:34:27 +00:00
parent 3045d3aa12
commit 2413b4a7a8

View file

@ -110,7 +110,9 @@ my %requirefields=(
'nocalc' => 'int(11)'},
borrowers=>{'userid' => 'char(30)',
'password' => 'char(30)',},
aqorders=>{'budgetdate' => 'date'},
aqorders=>{'budgetdate' => 'date'},
#added so that reference items are not available for reserves...
itemtypes=>{'notforloan' => 'smallint(6)'},
);
# Default system preferences
@ -305,6 +307,10 @@ $dbh->disconnect;
exit;
# $Log$
# Revision 1.16 2002/07/31 02:34:27 finlayt
#
# added "notforloan" field to the itemtypes table.
#
# Revision 1.15 2002/07/20 22:30:06 rangi
# Making sure fix makes it into the main branch as well
# Fix for bug 69