From 2413b4a7a88e3c5178bca8a1805fec31df97cd8d Mon Sep 17 00:00:00 2001 From: finlayt Date: Wed, 31 Jul 2002 02:34:27 +0000 Subject: [PATCH] added "notforloan" field to the itemtypes table. --- updater/updatedatabase | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index 0961c65704..715bfc6bfa 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -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 -- 2.39.2