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

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Feb 10 15:46:35 EST 2009


Author: erickson
Date: 2009-02-10 15:46:31 -0500 (Tue, 10 Feb 2009)
New Revision: 12139

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
entry for usr address pending flag

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-02-10 20:46:08 UTC (rev 12138)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-02-10 20:46:31 UTC (rev 12139)
@@ -2046,6 +2046,7 @@
 			<field reporter:label="Valid Address?" name="valid" oils_obj:array_position="13" oils_persist:virtual="false" reporter:datatype="bool"/>
 			<field reporter:label="Within City Limits?" name="within_city_limits" oils_obj:array_position="14" oils_persist:virtual="false" reporter:datatype="bool"/>
 			<field reporter:label="Replaces" name="replaces" oils_obj:array_position="15" oils_persist:virtual="false" reporter:datatype="link"/>
+			<field reporter:label="Pending" name="pending" oils_obj:array_position="16" oils_persist:virtual="false" reporter:datatype="bool"/>
 		</fields>
 		<links>
 			<link field="usr" reltype="has_a" key="id" map="" class="au"/>



More information about the open-ils-commits mailing list