[open-ils-commits] r13910 - branches/rel_1_6/Open-ILS/examples (scottmk)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Aug 20 17:17:40 EDT 2009


Author: scottmk
Date: 2009-08-20 17:17:35 -0400 (Thu, 20 Aug 2009)
New Revision: 13910

Modified:
   branches/rel_1_6/Open-ILS/examples/fm_IDL.xml
Log:
New field: action.hold_request.shelf_time


Modified: branches/rel_1_6/Open-ILS/examples/fm_IDL.xml
===================================================================
--- branches/rel_1_6/Open-ILS/examples/fm_IDL.xml	2009-08-20 21:13:08 UTC (rev 13909)
+++ branches/rel_1_6/Open-ILS/examples/fm_IDL.xml	2009-08-20 21:17:35 UTC (rev 13910)
@@ -2629,6 +2629,7 @@
 			<field reporter:label="Eligible Copies" name="eligible_copies" oils_persist:virtual="true" reporter:datatype="link"/>
 			<field reporter:label="Currently Frozen" name="frozen" reporter:datatype="bool"/>
 			<field reporter:label="Thaw Date (if frozen)" name="thaw_date" reporter:datatype="timestamp"/>
+			<field reporter:label="Shelf Time" name="shelf_time" 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" />
 		</fields>



More information about the open-ils-commits mailing list