added currency type to fund
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 11 Feb 2008 19:56:30 +0000 (19:56 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 11 Feb 2008 19:56:30 +0000 (19:56 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8717 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/fm_IDL.xml

index 7136ab7..7e48ed2 100644 (file)
                        <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>