[open-ils-commits] r15595 - trunk/Open-ILS/examples (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Feb 18 23:12:03 EST 2010


Author: erickson
Date: 2010-02-18 23:12:00 -0500 (Thu, 18 Feb 2010)
New Revision: 15595

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
added missing 'remove' field from li marc attr class

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2010-02-19 04:05:00 UTC (rev 15594)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2010-02-19 04:12:00 UTC (rev 15595)
@@ -5270,6 +5270,7 @@
 			<field reporter:label="Description" name="description" reporter:datatype="text" oils_persist:i18n="true" />
 			<field reporter:label="XPath" name="xpath" reporter:datatype="text" />
 			<field reporter:label="Is Identifier?" name="ident" reporter:datatype="bool"/>
+            <field reporter:label="Remove" name="remove" reporter:datatype="text" />
 		</fields>
 		<links/>
         <permacrud>



More information about the open-ils-commits mailing list