setting default acquisition to NORMAL, which is better, imho (it's always possible to add a biblio directly through catalogue menu entry)
This commit is contained in:
parent
8e1d61da86
commit
afd24deea6
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue