[open-ils-commits] r18879 - branches/rel_2_0/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:25 EST 2010
Author: gmc
Date: 2010-11-30 14:09:21 -0500 (Tue, 30 Nov 2010)
New Revision: 18879
Modified:
branches/rel_2_0/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: branches/rel_2_0/Open-ILS/web/js/ui/default/acq/picklist/brief_record.js
===================================================================
--- branches/rel_2_0/Open-ILS/web/js/ui/default/acq/picklist/brief_record.js 2010-11-30 19:09:01 UTC (rev 18878)
+++ branches/rel_2_0/Open-ILS/web/js/ui/default/acq/picklist/brief_record.js 2010-11-30 19:09:21 UTC (rev 18879)
@@ -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