[open-ils-commits] r9840 - trunk/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jun 16 21:16:43 EDT 2008
Author: miker
Date: 2008-06-16 21:16:42 -0400 (Mon, 16 Jun 2008)
New Revision: 9840
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
adding link from Copy source to total circ count view
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2008-06-17 01:16:29 UTC (rev 9839)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2008-06-17 01:16:42 UTC (rev 9840)
@@ -2593,7 +2593,8 @@
<field reporter:label="Copy Notes" name="notes" oils_obj:array_position="31" oils_persist:virtual="true" reporter:datatype="link"/>
<field reporter:label="Stat-Cat entry maps" name="stat_cat_entry_copy_maps" oils_obj:array_position="32" oils_persist:virtual="true" reporter:datatype="link"/>
<field reporter:label="Circulations" name="circulations" oils_obj:array_position="33" oils_persist:virtual="true" reporter:datatype="link"/>
- <field reporter:label="Holds" name="holds" oils_obj:array_position="34" oils_persist:virtual="true" reporter:datatype="link"/>
+ <field reporter:label="Total Circulations" name="total_circ_count" oils_obj:array_position="34" oils_persist:virtual="true" reporter:datatype="link"/>
+ <field reporter:label="Holds" name="holds" oils_obj:array_position="35" oils_persist:virtual="true" reporter:datatype="link"/>
</fields>
<links>
<link field="age_protect" reltype="has_a" key="id" map="" class="crahp"/>
@@ -2608,6 +2609,7 @@
<link field="notes" reltype="has_many" key="owning_copy" map="" class="acpn"/>
<link field="stat_cat_entries" reltype="has_many" key="owning_copy" map="stat_cat_entry" class="ascecm"/>
<link field="circulations" reltype="has_many" key="target_copy" map="" class="circ"/>
+ <link field="total_circ_count" reltype="might_have" key="id" map="" class="erfcc"/>
</links>
<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
<actions>
More information about the open-ils-commits
mailing list