From 1c16a1ee91977251e5e7c43a2d620c80d513131f Mon Sep 17 00:00:00 2001 From: tipaul Date: Wed, 24 Nov 2004 15:55:31 +0000 Subject: [PATCH] commiting modif already in RC2 (bug in breeding import) --- C4/Breeding.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Breeding.pm b/C4/Breeding.pm index 9f633d3d25..f2029acda4 100644 --- a/C4/Breeding.pm +++ b/C4/Breeding.pm @@ -76,7 +76,7 @@ where isbn=? and title=?"); if (ref($marcrecord) eq undef) { $notmarcrecord++; } else { - my $oldbiblio = MARCmarc2koha($dbh,$marcrecord); + my $oldbiblio = MARCmarc2koha($dbh,$marcrecord,''); $oldbiblio->{title} = char_decode($oldbiblio->{title},$encoding); $oldbiblio->{author} = char_decode($oldbiblio->{author},$encoding); # if isbn found and biblio does not exist, add it. If isbn found and biblio exists, overwrite or ignore depending on user choice -- 2.20.1