[open-ils-commits] r14517 - trunk/Open-ILS/examples (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 21 09:28:18 EDT 2009
Author: erickson
Date: 2009-10-21 09:28:16 -0400 (Wed, 21 Oct 2009)
New Revision: 14517
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
changed parent_circ column link to a 'has_a' instead of 'might_have'. 'might_have' fleshes the same object onto itself. needs investigation
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2009-10-21 08:37:39 UTC (rev 14516)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2009-10-21 13:28:16 UTC (rev 14517)
@@ -2144,7 +2144,7 @@
<link field="payment_total" reltype="might_have" key="xact" map="" class="rxpt"/>
<link field="workstation" reltype="has_a" key="id" map="" class="aws"/>
<link field="checkin_workstation" reltype="has_a" key="id" map="" class="aws"/>
- <link field="parent_circ" reltype="might_have" key="id" map="" class="circ"/>
+ <link field="parent_circ" reltype="has_a" key="id" map="" class="circ"/>
<link field="renewals" reltype="has_many" key="parent_circ" map="" class="circ"/>
</links>
</class>
More information about the open-ils-commits
mailing list