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

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Feb 19 15:23:24 EST 2008


Author: erickson
Date: 2008-02-19 14:53:05 -0500 (Tue, 19 Feb 2008)
New Revision: 8778

Modified:
   branches/acq-experiment/Open-ILS/examples/fm_IDL.xml
Log:

added a lineitem_count field for POs



Modified: branches/acq-experiment/Open-ILS/examples/fm_IDL.xml
===================================================================
--- branches/acq-experiment/Open-ILS/examples/fm_IDL.xml	2008-02-19 16:32:19 UTC (rev 8777)
+++ branches/acq-experiment/Open-ILS/examples/fm_IDL.xml	2008-02-19 19:53:05 UTC (rev 8778)
@@ -2625,6 +2625,7 @@
 			<field reporter:label="Provider" name="provider" oils_obj:array_position="8" oils_persist:virtual="false" reporter:datatype="link" />
 			<field reporter:label="State" name="state" oils_obj:array_position="9" oils_persist:virtual="false" reporter:datatype="text" />
 			<field reporter:label="Line Items" name="lineitems" oils_obj:array_position="10" oils_persist:virtual="true" reporter:datatype="link" />
+			<field reporter:label="Line Item Count" name="lineitem_count" oils_obj:array_position="11" oils_persist:virtual="true" reporter:datatype="link" />
 		</fields>
 		<links>
 			<link field="owner" reltype="has_a" key="id" map="" class="au"/>



More information about the open-ils-commits mailing list