[open-ils-commits] r15113 - trunk/Open-ILS/examples (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Dec 8 20:07:35 EST 2009
Author: miker
Date: 2009-12-08 20:07:34 -0500 (Tue, 08 Dec 2009)
New Revision: 15113
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
move elbow_room to the correct class. sorry, Jason
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2009-12-08 22:06:19 UTC (rev 15112)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2009-12-09 01:07:34 UTC (rev 15113)
@@ -2361,6 +2361,7 @@
<field reporter:label="Catalog Item" name="catalog_item" reporter:datatype="bool"/>
<field reporter:label="Bibliographic Record" name="record" reporter:datatype="link"/>
<field reporter:label="Transferable" name="transferable" reporter:datatype="bool"/>
+ <field reporter:label="Inter-booking and Inter-circulation Interval" name="elbow_room" reporter:datatype="interval"/>
<field reporter:label="Resources" name="resources" oils_persist:virtual="true" reporter:datatype="link"/>
<field reporter:label="Resource Attributes" name="resource_attrs" oils_persist:virtual="true" reporter:datatype="link"/>
<field reporter:label="Target Resource Types" name="tgt_rsrc_types" oils_persist:virtual="true" reporter:datatype="link"/>
@@ -2507,7 +2508,6 @@
<field reporter:label="Return Time" name="return_time" reporter:datatype="timestamp"/>
<field reporter:label="Booking Interval" name="booking_interval" reporter:datatype="interval"/>
<field reporter:label="Fine Interval" name="fine_interval" reporter:datatype="interval"/>
- <field reporter:label="Inter-booking Interval" name="elbow_room" reporter:datatype="interval"/>
<field reporter:label="Fine Amount" name="fine_amount" reporter:datatype="money"/>
<field reporter:label="Max Fine Amount" name="max_fine" reporter:datatype="money"/>
<field reporter:label="Target Resource Type" name="target_resource_type" reporter:datatype="link"/>
More information about the open-ils-commits
mailing list