[open-ils-commits] r13633 - trunk/Open-ILS/examples (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jul 20 11:33:56 EDT 2009


Author: erickson
Date: 2009-07-20 11:33:54 -0400 (Mon, 20 Jul 2009)
New Revision: 13633

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
fixed reltype for hold notes. might_have -> has_many

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-07-20 05:14:34 UTC (rev 13632)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-07-20 15:33:54 UTC (rev 13633)
@@ -2683,7 +2683,7 @@
 			<link field="eligible_copies" reltype="has_many" key="hold" map="target_copy" class="ahcm"/>
 			<link field="bib_rec" reltype="might_have" key="id" map="" class="rhrr"/>
 			<link field="cancel_cause" reltype="might_have" key="id" map="" class="ahrcc"/>
-			<link field="notes" reltype="might_have" key="hold" map="" class="ahrn"/>
+			<link field="notes" reltype="has_many" key="hold" map="" class="ahrn"/>
 		</links>
 	</class>
 	<class id="ahrn" controller="open-ils.cstore" oils_obj:fieldmapper="action::hold_request_note" oils_persist:tablename="action.hold_request_note" reporter:label="Hold Request Note">



More information about the open-ils-commits mailing list