From afd24deea6b39a32093c78ff614803e52e8a7bd6 Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 4 Dec 2003 12:51:41 +0000 Subject: [PATCH] setting default acquisition to NORMAL, which is better, imho (it's always possible to add a biblio directly through catalogue menu entry) --- updater/updatedatabase | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index 2a2dd22af0..dfca04b45d 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -369,7 +369,7 @@ my %tabledata = ( 'type' => 1, 'options' => 1 }, variable => 'acquisitions', - value => 'simple', + value => 'normal', explanation => 'Normal, budget-based acquisitions, or Simple bibliographic-data acquisitions', type => 'Choice', @@ -971,6 +971,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.69 2003/12/04 12:51:41 tipaul +# setting default acquisition to NORMAL, which is better, imho (it's always possible to add a biblio directly through catalogue menu entry) +# # Revision 1.68 2003/12/03 17:47:14 tipaul # bugfixes for biblio deletion # -- 2.39.5