[Koha-cvs] CVS: koha/updater updatedatabase,1.34,1.35

Ambrose Li acli at users.sourceforge.net
Mon Jan 27 04:12:52 CET 2003


Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1:/tmp/cvs-serv26556/updater

Modified Files:
	updatedatabase 
Log Message:
Reworded the description for "acquisitions" to make it fit on the screen

Added "iso" to dateformat, since dateformat is not yet being used anyway


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** updatedatabase	23 Jan 2003 12:30:02 -0000	1.34
--- updatedatabase	27 Jan 2003 03:12:49 -0000	1.35
***************
*** 263,268 ****
      systempreferences => [
      	{ uniquefieldrequired => 'variable', variable => 'autoMemberNum', value => '1', explanation => '1 or else. If 1, Barcode is auto-calculated' },
!     	{ uniquefieldrequired => 'variable', variable => 'acquisitions', value => 'simple', explanation => 'normal or simple : will use acquisition system found in directory acqui.simple or acquisition' },
!     	{ uniquefieldrequired => 'variable', variable => 'dateformat', value => 'metric', explanation => 'metric or us' },
      	{ uniquefieldrequired => 'variable', variable => 'template', value => 'default', explanation => 'template default name' },
      	{ uniquefieldrequired => 'variable', variable => 'autoBarcode', value => '1', explanation => '1 or else. If 1, Barcode is auto-calculated' },
--- 263,268 ----
      systempreferences => [
      	{ uniquefieldrequired => 'variable', variable => 'autoMemberNum', value => '1', explanation => '1 or else. If 1, Barcode is auto-calculated' },
!     	{ uniquefieldrequired => 'variable', variable => 'acquisitions', value => 'simple', explanation => 'normal or simple : whether to use "acqui" or "acqui.simple" acquisition system' },
!     	{ uniquefieldrequired => 'variable', variable => 'dateformat', value => 'metric', explanation => 'metric, us, or iso' },
      	{ uniquefieldrequired => 'variable', variable => 'template', value => 'default', explanation => 'template default name' },
      	{ uniquefieldrequired => 'variable', variable => 'autoBarcode', value => '1', explanation => '1 or else. If 1, Barcode is auto-calculated' },
***************
*** 539,542 ****
--- 539,547 ----
  
  # $Log$
+ # Revision 1.35  2003/01/27 03:12:49  acli
+ # Reworded the description for "acquisitions" to make it fit on the screen
+ #
+ # Added "iso" to dateformat, since dateformat is not yet being used anyway
+ #
  # Revision 1.34  2003/01/23 12:30:02  tipaul
  # introducint marcflavour in systempref file : used for character decoding





More information about the Koha-cvs mailing list