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

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Feb 7 10:38:37 EST 2008


Author: erickson
Date: 2008-02-07 10:10:00 -0500 (Thu, 07 Feb 2008)
New Revision: 8681

Modified:
   branches/acq-experiment/Open-ILS/examples/fm_IDL.xml
Log:
added a virtual "summary" field to funds to store the summary totals

Modified: branches/acq-experiment/Open-ILS/examples/fm_IDL.xml
===================================================================
--- branches/acq-experiment/Open-ILS/examples/fm_IDL.xml	2008-02-07 04:39:38 UTC (rev 8680)
+++ branches/acq-experiment/Open-ILS/examples/fm_IDL.xml	2008-02-07 15:10:00 UTC (rev 8681)
@@ -2437,6 +2437,7 @@
 			<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"/>
 		</fields>
 		<links>
 			<link field="org" reltype="has_a" key="id" map="" class="aou"/>



More information about the open-ils-commits mailing list