[open-ils-commits] r18878 - trunk/Open-ILS/web/js/ui/default/acq/picklist (gmc)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Nov 30 14:09:05 EST 2010


Author: gmc
Date: 2010-11-30 14:09:01 -0500 (Tue, 30 Nov 2010)
New Revision: 18878

Modified:
   trunk/Open-ILS/web/js/ui/default/acq/picklist/brief_record.js
Log:
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 <gmc at esilibrary.com>

Modified: trunk/Open-ILS/web/js/ui/default/acq/picklist/brief_record.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/picklist/brief_record.js	2010-11-30 18:17:47 UTC (rev 18877)
+++ trunk/Open-ILS/web/js/ui/default/acq/picklist/brief_record.js	2010-11-30 19:09:01 UTC (rev 18878)
@@ -168,7 +168,7 @@
         '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">' +
-        '<leader/></record>';
+        '<leader>00000nam a22000007a 4500</leader></record>';
 
     var doc = new DOMParser().parseFromString(baseString, 'text/xml');
 



More information about the open-ils-commits mailing list