[Koha-cvs] CVS: koha/updater updatedatabase,1.96,1.97

Paul POULAIN tipaul at users.sourceforge.net
Tue Nov 23 10:11:11 CET 2004


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

Modified Files:
	updatedatabase 
Log Message:
adding itemcallnumber entry

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -r1.96 -r1.97
*** updatedatabase	16 Nov 2004 13:03:45 -0000	1.96
--- updatedatabase	23 Nov 2004 09:11:08 -0000	1.97
***************
*** 767,770 ****
--- 767,779 ----
  	    type		=> 'YesNo'
          },
+         {
+             uniquefieldrequired => 'variable',
+             variable            => 'itemcallnumber',
+ 	    forceupdate		=> { 'explanation' => 1,
+ 	    			     'type' => 1 },
+             value               => '676a',
+             explanation => 'The MARC field/subfield that is used to calculate the itemcallnumber (in UNIMARC : 676a for Dewey, 680a for Loc)',
+ 	    type		=> 'free'
+         },
      ],
  
***************
*** 1352,1355 ****
--- 1361,1367 ----
  
  # $Log$
+ # Revision 1.97  2004/11/23 09:11:08  tipaul
+ # adding itemcallnumber entry
+ #
  # Revision 1.96  2004/11/16 13:03:45  tipaul
  # removing ldap systempref, it's now in C4/Auth_with_ldap.pm separate package





More information about the Koha-cvs mailing list