[Koha-cvs] CVS: koha/updater updatedatabase,1.98,1.99

Paul POULAIN tipaul at users.sourceforge.net
Thu Dec 2 18:17:03 CET 2004


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

Modified Files:
	updatedatabase 
Log Message:
adding acquisition permission

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -r1.98 -r1.99
*** updatedatabase	26 Nov 2004 20:26:49 -0000	1.98
--- updatedatabase	2 Dec 2004 17:17:00 -0000	1.99
***************
*** 536,539 ****
--- 536,546 ----
              defaulton           => 0
          },
+         {
+             uniquefieldrequired => 'bit',
+             bit                 => 11,
+             flag                => 'acquisition',
+             flagdesc            => 'Acquisition and/or suggestion management',
+             defaulton           => 0
+         },
      ],
      systempreferences => [
***************
*** 1361,1364 ****
--- 1368,1374 ----
  
  # $Log$
+ # Revision 1.99  2004/12/02 17:17:00  tipaul
+ # adding acquisition permission
+ #
  # Revision 1.98  2004/11/26 20:26:49  tipaul
  # bugfix for auth_header creation





More information about the Koha-cvs mailing list