[Koha-cvs] CVS: koha/misc/migration_tools bulkmarcimport.pl,1.1,1.1.2.1

Paul POULAIN tipaul at users.sourceforge.net
Mon Aug 1 16:49:22 CEST 2005


Update of /cvsroot/koha/koha/misc/migration_tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25348/misc/migration_tools

Modified Files:
      Tag: rel_2_2
	bulkmarcimport.pl 
Log Message:
copying leader to the new record, for leader management

Index: bulkmarcimport.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/migration_tools/bulkmarcimport.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** bulkmarcimport.pl	3 Jan 2005 15:25:50 -0000	1.1
--- bulkmarcimport.pl	1 Aug 2005 14:49:20 -0000	1.1.2.1
***************
*** 83,86 ****
--- 83,87 ----
      ## create an empty record object to populate
      my $newRecord = MARC::Record->new();
+ 	$newRecord->leader($record->leader());
  
      # go through each field in the existing record





More information about the Koha-cvs mailing list