[Koha-cvs] koha/acqui.simple addbiblio.pl [rel_2_2]

paul poulain paul at koha-fr.org
Thu Aug 31 17:51:53 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	paul poulain <tipaul>	06/08/31 15:51:53

Modified files:
	acqui.simple   : addbiblio.pl 

Log message:
	

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui.simple/addbiblio.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.52.2.52&r2=1.52.2.53

Patches:
Index: addbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/Attic/addbiblio.pl,v
retrieving revision 1.52.2.52
retrieving revision 1.52.2.53
diff -u -b -r1.52.2.52 -r1.52.2.53
--- addbiblio.pl	31 Aug 2006 14:07:18 -0000	1.52.2.52
+++ addbiblio.pl	31 Aug 2006 15:51:53 -0000	1.52.2.53
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: addbiblio.pl,v 1.52.2.52 2006/08/31 14:07:18 hdl Exp $
+# $Id: addbiblio.pl,v 1.52.2.53 2006/08/31 15:51:53 tipaul Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -562,7 +562,6 @@
 		my $xml = MARChtml2xml(\@tags,\@subfields,\@values,\@indicator,\@ind_tag);
 		$record=MARC::Record->new_from_xml($xml,C4::Context->preference('TemplateEncoding'),C4::Context->preference('marcflavour'));
 	}
-	# adding an empty field
 	for (my $i=1;$i<=$cntrepeatfield;$i++){
         my $field = MARC::Field->new("$addedfield",'','','$tagaddfield_subfield' => "");
         $record->append_fields($field);





More information about the Koha-cvs mailing list