[open-ils-commits] r11647 - trunk/Open-ILS/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 22 13:32:41 EST 2008


Author: erickson
Date: 2008-12-22 13:32:38 -0500 (Mon, 22 Dec 2008)
New Revision: 11647

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
added "replaces" column to IDL

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2008-12-22 18:29:46 UTC (rev 11646)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2008-12-22 18:32:38 UTC (rev 11647)
@@ -1843,9 +1843,11 @@
 			<field reporter:label="User" name="usr" oils_obj:array_position="12" oils_persist:virtual="false" reporter:datatype="link"/>
 			<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"/>
 		</fields>
 		<links>
 			<link field="usr" reltype="has_a" key="id" map="" class="au"/>
+			<link field="replaces" reltype="has_a" key="id" map="" class="aua"/>
 		</links>
 	</class>
 	<class id="acnn" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="asset::call_number_note" oils_persist:tablename="asset.call_number_note">



More information about the open-ils-commits mailing list