From ba80395e5da7c083f1ac891079fe1774f5bd6842 Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 23 Nov 2004 09:11:08 +0000 Subject: [PATCH] adding itemcallnumber entry --- updater/updatedatabase | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index f27f18b514..12b45a638f 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -766,6 +766,15 @@ my %tabledata = ( explanation => 'Set virtual shelves management ON or OFF', type => 'YesNo' }, + { + uniquefieldrequired => 'variable', + variable => 'itemcallnumber', + forceupdate => { 'explanation' => 1, + 'type' => 1 }, + value => '676a', + explanation => 'The MARC field/subfield that is used to calculate the itemcallnumber (in UNIMARC : 676a for Dewey, 680a for Loc)', + type => 'free' + }, ], ); @@ -1351,6 +1360,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.97 2004/11/23 09:11:08 tipaul +# adding itemcallnumber entry +# # Revision 1.96 2004/11/16 13:03:45 tipaul # removing ldap systempref, it's now in C4/Auth_with_ldap.pm separate package # -- 2.39.5