From 472ed63c80064e978f29738b73c5c085a778e522 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 3 May 2004 09:32:25 +0000 Subject: [PATCH] adding printcirculationsplit parameter (already existed, but was not in systempref by defaul) --- updater/updatedatabase | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index d6991e8cf9..c449ac1ef9 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -568,6 +568,15 @@ my %tabledata = ( explanation => 'ldap info. The ldap will be used in dn : uid=xxx, ', type => 'free' }, + { + uniquefieldrequired => 'variable', + variable => 'printcirculationslips', + forceupdate => { 'explanation' => 1, + 'type' => 1 }, + value => '0', + explanation => 'if set to 1, print circulation slips. If set to 0, don\'t', + type => 'free' + }, ], ); @@ -1037,6 +1046,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.76 2004/05/03 09:32:25 tipaul +# adding printcirculationsplit parameter (already existed, but was not in systempref by defaul) +# # Revision 1.75 2004/04/14 19:49:00 tipaul # seealso field set to 255 chars # -- 2.39.5