[open-ils-commits] r20278 - trunk/Open-ILS/examples (dbwells)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Apr 22 10:00:35 EDT 2011


Author: dbwells
Date: 2011-04-22 10:00:32 -0400 (Fri, 22 Apr 2011)
New Revision: 20278

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
Add missing serial.distribution field to IDL


Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2011-04-22 00:41:15 UTC (rev 20277)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2011-04-22 14:00:32 UTC (rev 20278)
@@ -3599,6 +3599,7 @@
 		<fields oils_persist:primary="id" oils_persist:sequence="serial.distribution_id_seq">
 			<field reporter:label="ID" name="id" reporter:datatype="id"/>
 			<field reporter:label="Legacy Record Entry" name="record_entry" reporter:datatype="link"/>
+			<field reporter:label="Summary Method" name="summary_method" reporter:datatype="text"/>
 			<field reporter:label="Subscription" name="subscription" reporter:datatype="link"/>
 			<field reporter:label="Holding Lib" name="holding_lib" reporter:datatype="org_unit"/>
 			<field reporter:label="Label" name="label" reporter:datatype="text"/>



More information about the open-ils-commits mailing list