[Koha-cvs] CVS: koha/updater updatedatabase,1.37,1.38

Paul POULAIN tipaul at users.sourceforge.net
Tue Mar 18 11:58:22 CET 2003


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

Modified Files:
	updatedatabase 
Log Message:
adding checkdigit parameter that choose how to check the members cardnumber.
At the moment :
* none = no checking
* katipo = checked as before

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** updatedatabase	30 Jan 2003 01:47:48 -0000	1.37
--- updatedatabase	18 Mar 2003 10:58:19 -0000	1.38
***************
*** 279,282 ****
--- 279,283 ----
      	{ uniquefieldrequired => 'variable', variable => 'marc', value => 'ON', explanation => 'MARC support (ON or OFF)' },
      	{ uniquefieldrequired => 'variable', variable => 'marcflavour', value => 'MARC21', explanation => 'your MARC flavor (MARC21 or UNIMARC) used for character encoding' },
+     	{ uniquefieldrequired => 'variable', variable => 'checkdigit', value => 'katipo', explanation => 'none= no check on member cardnumber. katipo= katipo check' },
      ],
  
***************
*** 544,547 ****
--- 545,554 ----
  
  # $Log$
+ # Revision 1.38  2003/03/18 10:58:19  tipaul
+ # adding checkdigit parameter that choose how to check the members cardnumber.
+ # At the moment :
+ # * none = no checking
+ # * katipo = checked as before
+ #
  # Revision 1.37  2003/01/30 01:47:48  acli
  # Corrected syntax error reported by Benedict





More information about the Koha-cvs mailing list