From: dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Tue, 3 May 2011 16:55:48 +0000 (+0000) Subject: Fix typo in fm_IDL.xml X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e16f210b342ccb750792232f93e468dfb7e7d26f;p=evergreen%2Fjoelewis.git 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@laurentian.ca> git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_1@20389 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 3df1fdbdcf..724e8f55a0 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -1281,7 +1281,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA <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"/>