[open-ils-commits] r20388 - trunk/Open-ILS/examples (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue May 3 12:54:48 EDT 2011


Author: dbs
Date: 2011-05-03 12:54:44 -0400 (Tue, 03 May 2011)
New Revision: 20388

Modified:
   trunk/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: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2011-05-03 16:34:51 UTC (rev 20387)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2011-05-03 16:54:44 UTC (rev 20388)
@@ -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