[open-ils-commits] r14519 - trunk/Open-ILS/examples (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 21 10:36:57 EDT 2009
Author: erickson
Date: 2009-10-21 10:36:55 -0400 (Wed, 21 Oct 2009)
New Revision: 14519
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
go back to 'might_nave' rel for parent_circ now that fleshing is fixed
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2009-10-21 14:36:34 UTC (rev 14518)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2009-10-21 14:36:55 UTC (rev 14519)
@@ -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="has_a" key="id" map="" class="circ"/>
+ <link field="parent_circ" reltype="might_have" 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