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

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Mar 10 17:54:43 EST 2010


Author: erickson
Date: 2010-03-10 17:54:36 -0500 (Wed, 10 Mar 2010)
New Revision: 15781

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
set cancel_reason label as the reporter:select column.  removed duplicate user req column

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2010-03-10 22:30:04 UTC (rev 15780)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2010-03-10 22:54:36 UTC (rev 15781)
@@ -4385,7 +4385,6 @@
 			<field reporter:label="Publication Date" name="pubdate" reporter:datatype="text" />
 			<field reporter:label="Mentioned In" name="mentioned" reporter:datatype="text" />
 			<field reporter:label="Other Info" name="other_info" reporter:datatype="text" />
-			<field reporter:label="Need Before Date" name="need_before" reporter:datatype="timestamp" />
 			<field reporter:label="Cancel Reason" name="cancel_reason" reporter:datatype="link" />
 		</fields>
 		<links>
@@ -5091,7 +5090,7 @@
 
 	<class id="acqcr" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="acq::cancel_reason" oils_persist:tablename="acq.cancel_reason" reporter:label="Cancel Reason">
 		<fields oils_persist:primary="id" oils_persist:sequence="acq.cancel_reason_id_seq">
-			<field reporter:label="ID" name="id" reporter:datatype="id"/>
+			<field reporter:label="ID" name="id" reporter:datatype="id" reporter:selector='label'/>
 			<field reporter:label="Using Library" name="org_unit" reporter:datatype="org_unit"/>
 			<field reporter:label="Label" name="label" reporter:datatype="text"/>
 			<field reporter:label="Description" name="description" reporter:datatype="text"/>



More information about the open-ils-commits mailing list