[open-ils-commits] r8717 - branches/acq-experiment/Open-ILS/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Feb 11 15:25:41 EST 2008


Author: erickson
Date: 2008-02-11 14:56:30 -0500 (Mon, 11 Feb 2008)
New Revision: 8717

Modified:
   branches/acq-experiment/Open-ILS/examples/fm_IDL.xml
Log:
added currency type to fund

Modified: branches/acq-experiment/Open-ILS/examples/fm_IDL.xml
===================================================================
--- branches/acq-experiment/Open-ILS/examples/fm_IDL.xml	2008-02-11 19:54:23 UTC (rev 8716)
+++ branches/acq-experiment/Open-ILS/examples/fm_IDL.xml	2008-02-11 19:56:30 UTC (rev 8717)
@@ -2439,10 +2439,12 @@
 			<field reporter:label="Org Unit" name="org" oils_obj:array_position="4" oils_persist:virtual="false" reporter:datatype="org_unit" />
 			<field reporter:label="Name" name="name" oils_obj:array_position="5" oils_persist:virtual="false" reporter:datatype="text" />
 			<field reporter:label="Year" name="year" oils_obj:array_position="6" oils_persist:virtual="false" reporter:datatype="int" />
-			<field name="summary" oils_obj:array_position="7" oils_persist:virtual="true"/>
+			<field reporter:label="Currency Type" name="currency_type" oils_obj:array_position="7" oils_persist:virtual="false" reporter:datatype="text" />
+			<field name="summary" oils_obj:array_position="8" oils_persist:virtual="true"/>
 		</fields>
 		<links>
 			<link field="org" reltype="has_a" key="id" map="" class="aou"/>
+			<link field="currency_type" reltype="has_a" key="code" map="" class="acqct"/>
 		</links>
 	</class>
 



More information about the open-ils-commits mailing list