[Koha-cvs] CVS: koha/updater updatedatabase,1.111,1.112

Henri-Damien LAURENT hdl at users.sourceforge.net
Tue Jul 26 10:19:49 CEST 2005


Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26692/updater

Modified Files:
	updatedatabase 
Log Message:
Adding IndependantBranches System preference variable in order to manage Branch independancy.

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.111
retrieving revision 1.112
diff -C2 -r1.111 -r1.112
*** updatedatabase	25 Jul 2005 15:35:38 -0000	1.111
--- updatedatabase	26 Jul 2005 08:19:47 -0000	1.112
***************
*** 114,117 ****
--- 114,127 ----
  	    type		=> 'YesNo',
          },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'IndependantBranches',
+             value               => 0,
+ 	    forceupdate		=> { 'explanation' => 1,
+ 	    			     'type' => 1},
+             explanation         => 'Turn Branch independancy management On an Off',
+ 	    type		=> 'YesNo',
+         },
+ 
      ],
  
***************
*** 342,345 ****
--- 352,358 ----
  
  # $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





More information about the Koha-cvs mailing list