From 86e53a9f403f566173803e3bd0256cb0dd7681ac Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Tue, 20 May 2008 18:21:10 +0200 Subject: [PATCH] bugfixing batchupdateISBN.pl pls, someone from MARC21 confirm. Signed-off-by: Joshua Ferraro --- misc/batchupdateISBNs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/batchupdateISBNs.pl b/misc/batchupdateISBNs.pl index 2752aabc3d..03d5bba82f 100755 --- a/misc/batchupdateISBNs.pl +++ b/misc/batchupdateISBNs.pl @@ -127,7 +127,7 @@ if(not $no_marcxml){ } } if($flag){ - $marcxml = $record->as_xml; + $marcxml = $record->as_xml_record('UNIMARC'); # Update my $sth = $dbh->prepare($update_marcxml); $sth->execute($marcxml,$biblioitemnumber); -- 2.20.1