[open-ils-commits] r20389 - branches/rel_2_1/Open-ILS/examples (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue May 3 12:55:52 EDT 2011
Author: dbs
Date: 2011-05-03 12:55:48 -0400 (Tue, 03 May 2011)
New Revision: 20389
Modified:
branches/rel_2_1/Open-ILS/examples/fm_IDL.xml
Log:
Fix typo in fm_IDL.xml
"oils_persist" namespace was missing an "s" in one instance, preventing
autogen.sh from running.
Bug reported by Thomas Berezansky.
Signed-off-by: Dan Scott <dscott at laurentian.ca>
Modified: branches/rel_2_1/Open-ILS/examples/fm_IDL.xml
===================================================================
--- branches/rel_2_1/Open-ILS/examples/fm_IDL.xml 2011-05-03 16:54:44 UTC (rev 20388)
+++ branches/rel_2_1/Open-ILS/examples/fm_IDL.xml 2011-05-03 16:55:48 UTC (rev 20389)
@@ -1281,7 +1281,7 @@
<field reporter:label="Circulation Modifier" name="circ_modifier" oils_persist:primitive="string" reporter:datatype="link"/>
<field reporter:label="MARC Type" name="marc_type" oils_persist:primitive="string" reporter:datatype="link"/>
<field reporter:label="MARC Form" name="marc_form" oils_persist:primitive="string" reporter:datatype="link"/>
- <field reporter:label="MARC Bib Level" name="marc_bib_level" oil_persist:primitive="string" reporter:datatype="link"/>
+ <field reporter:label="MARC Bib Level" name="marc_bib_level" oils_persist:primitive="string" reporter:datatype="link"/>
<field reporter:label="Videorecording Format" name="marc_vr_format" oils_persist:primitive="string" reporter:datatype="link"/>
<field reporter:label="Reference?" name="ref_flag" reporter:datatype="bool"/>
<field reporter:label="Juvenile?" name="juvenile_flag" reporter:datatype="bool"/>
More information about the open-ils-commits
mailing list