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

paul poulain paul at koha-fr.org
Fri Oct 13 10:33:34 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	paul poulain <tipaul>	06/10/13 08:33:34

Modified files:
	acqui.simple   : addbiblio.pl 

Log message:
	removing warns

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.56&r2=1.52.2.57

Patches:
Index: addbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/Attic/addbiblio.pl,v
retrieving revision 1.52.2.56
retrieving revision 1.52.2.57
diff -u -b -r1.52.2.56 -r1.52.2.57
--- addbiblio.pl	12 Oct 2006 07:22:31 -0000	1.52.2.56
+++ addbiblio.pl	13 Oct 2006 08:33:34 -0000	1.52.2.57
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: addbiblio.pl,v 1.52.2.56 2006/10/12 07:22:31 hdl Exp $
+# $Id: addbiblio.pl,v 1.52.2.57 2006/10/13 08:33:34 tipaul Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -475,6 +475,7 @@
 my $record=-1;
 my $encoding="";
 $record = MARCgetbiblio($dbh,$bibid) if ($bibid);
+#warn "REC : ".$record->as_formatted;
 ($record,$encoding) = MARCfindbreeding($dbh,$breedingid) if ($breedingid);
 
 $is_a_modif=0;
@@ -576,6 +577,7 @@
         my $field = MARC::Field->new("$addedfield",'','',"$tagaddfield_subfield" => "");
         $record->append_fields($field);
     }
+    #warn "result : ".$record->as_formatted;
 	build_tabs ($template, $record, $dbh,$encoding);
 	build_hidden_data;
 	$template->param(





More information about the Koha-cvs mailing list