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

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Jun 19 10:33:02 EDT 2009


Author: erickson
Date: 2009-06-19 10:33:01 -0400 (Fri, 19 Jun 2009)
New Revision: 13409

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
added virtual notes field to holds

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-06-19 14:11:11 UTC (rev 13408)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-06-19 14:33:01 UTC (rev 13409)
@@ -2645,6 +2645,7 @@
 			<field reporter:label="Thaw Date (if frozen)" name="thaw_date" reporter:datatype="timestamp"/>
 			<field reporter:label="Cancelation cause" name="cancel_cause" reporter:datatype="link" />
 			<field reporter:label="Cancelation note" name="cancel_note" reporter:datatype="text" />
+			<field reporter:label="Notes" name="notes" reporter:datatype="link" oils_persist:virtual="true"/>
 		</fields>
 		<links>
 			<link field="fulfillment_lib" reltype="has_a" key="id" map="" class="aou"/>
@@ -2660,6 +2661,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"/>
 		</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