From d15595877a4f03d8f24f4f709303f9c9c482e5d2 Mon Sep 17 00:00:00 2001 From: gmc Date: Tue, 30 Nov 2010 19:09:01 +0000 Subject: [PATCH] specify default leader for acq brief bibs In particular, avoid fun that could ensue if the Leader/09 is not set to 'a'. Signed-off-by: Galen Charlton git-svn-id: svn://svn.open-ils.org/ILS/trunk@18878 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/ui/default/acq/picklist/brief_record.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/acq/picklist/brief_record.js b/Open-ILS/web/js/ui/default/acq/picklist/brief_record.js index 9653aa529b..f59b93b157 100644 --- a/Open-ILS/web/js/ui/default/acq/picklist/brief_record.js +++ b/Open-ILS/web/js/ui/default/acq/picklist/brief_record.js @@ -168,7 +168,7 @@ function compileBriefRecord(fields, editMarc) { 'xmlns="http://www.loc.gov/MARC21/slim" ' + 'xmlns:marc="http://www.loc.gov/MARC21/slim" ' + 'xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd">' + - ''; + '00000nam a22000007a 4500'; var doc = new DOMParser().parseFromString(baseString, 'text/xml'); -- 2.11.0