From 22b7a4864b33e780ceaf059f3fddd8e1af8bc85a Mon Sep 17 00:00:00 2001 From: hdl Date: Tue, 26 Jul 2005 08:19:47 +0000 Subject: [PATCH] Adding IndependantBranches System preference variable in order to manage Branch independancy. --- updater/updatedatabase | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index c0372e7f9f..06337b9f54 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -113,6 +113,16 @@ my %tabledata = ( explanation => 'Turn Log Actions on DB On an Off', type => 'YesNo', }, + { + uniquefieldrequired => 'variable', + variable => 'IndependantBranches', + value => 0, + forceupdate => { 'explanation' => 1, + 'type' => 1}, + explanation => 'Turn Branch independancy management On an Off', + type => 'YesNo', + }, + ], ); @@ -341,6 +351,9 @@ $sth->finish; exit; # $Log$ +# Revision 1.112 2005/07/26 08:19:47 hdl +# Adding IndependantBranches System preference variable in order to manage Branch independancy. +# # Revision 1.111 2005/07/25 15:35:38 tipaul # we have decided that moving to Koha 3.0 requires being already in Koha 2.2.x # So, the updatedatabase script can highly be cleaned (90% removed). -- 2.39.5