[open-ils-commits] r16652 - trunk/Open-ILS/examples (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jun 10 12:12:19 EDT 2010


Author: miker
Date: 2010-06-10 12:12:16 -0400 (Thu, 10 Jun 2010)
New Revision: 16652

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
add important reporting-focused link to asset.copy_location

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2010-06-10 15:34:34 UTC (rev 16651)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2010-06-10 16:12:16 UTC (rev 16652)
@@ -2927,11 +2927,13 @@
 			<field reporter:label="Is OPAC Visible?" name="opac_visible" reporter:datatype="bool"/>
 			<field reporter:label="Owning Org Unit" name="owning_lib"  reporter:datatype="org_unit"/>
 			<field reporter:label="Copy Location Orders" name="orders" oils_persist:virtual="true" reporter:datatype="link"/>
+			<field reporter:label="Copies" name="copies" oils_persist:virtual="true" reporter:datatype="link"/>
 		</fields>
 		<links>
 			<link field="owning_lib" reltype="has_a" key="id" map="" class="aou"/>
 			<link field="distribution_formula_entries" reltype="has_many" key="location" map="" class="acqdfe"/>
 			<link field="orders" reltype="has_many" key="location" map="" class="acplo"/>
+			<link field="copies" reltype="has_many" key="location" map="" class="acp"/>
 		</links>
         <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
             <actions>



More information about the open-ils-commits mailing list