[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/misc/migration_tools bulkmarcimport.pl,1.1,1.1.2.1
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/misc/migration_tools bulkmarcimport.pl,1.1,1.1.2.1 |
Date: |
Mon, 01 Aug 2005 07:49:22 -0700 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/misc/migration_tools bulkmarcimport.pl,1.1,1.1.2.1,
Paul POULAIN <=