From b73ed464783f6f56999a0f58460e72375dc8991e Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 7 Oct 2009 19:30:59 +0000 Subject: [PATCH] Generate a more correct record leader and 008 field for new MFHD records git-svn-id: svn://svn.open-ils.org/ILS/trunk@14294 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Cat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm b/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm index 4fd54c4cc8..f4ccd7c80b 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm @@ -852,7 +852,7 @@ sub create_serial_record_xml { # The goal is to generate common patterns for the caller in the UI that # then get passed in here. if (!$xml) { - $xml = " 00307cy a22001094 4500 42153 20090601182414.0 051011 eng 090309 " . $aou->name . " "; + $xml = " 00307ny a22001094 4500 42153 20090601182414.0 4u####8###l# 4 uueng1 " . $aou->name . " "; } my $marcxml = XML::LibXML->new->parse_string($xml); $marcxml->documentElement->setNamespace("http://www.loc.gov/MARC21/slim", "marc", 1 ); -- 2.11.0