[open-ils-commits] r20279 - branches/rel_2_1/Open-ILS/examples (dbwells)

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


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

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


Modified: branches/rel_2_1/Open-ILS/examples/fm_IDL.xml
===================================================================
--- branches/rel_2_1/Open-ILS/examples/fm_IDL.xml	2011-04-22 14:00:32 UTC (rev 20278)
+++ branches/rel_2_1/Open-ILS/examples/fm_IDL.xml	2011-04-22 14:00:53 UTC (rev 20279)
@@ -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