[open-ils-commits] r13393 - branches/rel_1_6/Open-ILS/examples (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jun 15 14:16:33 EDT 2009


Author: erickson
Date: 2009-06-15 14:16:30 -0400 (Mon, 15 Jun 2009)
New Revision: 13393

Modified:
   branches/rel_1_6/Open-ILS/examples/fm_IDL.xml
Log:
hold matrix matchpoint transit range is ref to org unit type, fixing IDL

Modified: branches/rel_1_6/Open-ILS/examples/fm_IDL.xml
===================================================================
--- branches/rel_1_6/Open-ILS/examples/fm_IDL.xml	2009-06-15 18:16:05 UTC (rev 13392)
+++ branches/rel_1_6/Open-ILS/examples/fm_IDL.xml	2009-06-15 18:16:30 UTC (rev 13393)
@@ -852,7 +852,7 @@
 			<field reporter:label="Reference?" name="ref_flag" reporter:datatype="bool"/>
 			<field reporter:label="Holdable?" name="holdable" reporter:datatype="bool"/>
 			<field reporter:label="Range is from Owning Lib?" name="distance_is_from_owner" reporter:datatype="bool"/>
-			<field reporter:label="Transit Range" name="transit_range" reporter:datatype="int"/>
+			<field reporter:label="Transit Range" name="transit_range" reporter:datatype="link"/>
 			<field reporter:label="Max Holds" name="max_holds" reporter:datatype="int"/>
 			<field reporter:label="Max includes Frozen" name="include_frozen_holds" reporter:datatype="bool"/>
 			<field reporter:label="Copy Age Hold Protection Rule" name="age_hold_protect_rule" reporter:datatype="link"/>
@@ -870,6 +870,7 @@
 			<link field="marc_form" reltype="has_a" key="code" map="" class="cifm"/>
 			<link field="marc_vr_format" reltype="has_a" key="code" map="" class="cvrfm"/>
 			<link field="age_hold_protect_rule" reltype="has_a" key="id" map="" class="crahp"/>
+            <link field="transit_range" reltype="has_a" key="id" map="" class="aout"/>
 		</links>
         <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
             <actions>



More information about the open-ils-commits mailing list