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

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Oct 28 17:52:08 EDT 2009


Author: erickson
Date: 2009-10-28 17:52:02 -0400 (Wed, 28 Oct 2009)
New Revision: 14659

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
patch from J. Atzberger to add the IDL entry for the new SAN column

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-10-28 21:22:32 UTC (rev 14658)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-10-28 21:52:02 UTC (rev 14659)
@@ -3941,6 +3941,7 @@
 			<field reporter:label="Code" name="code" reporter:datatype="text" />
 			<field reporter:label="Holdings Tag" name="holding_tag" reporter:datatype="text" />
 			<field reporter:label="Addresses" name="addresses" oils_persist:virtual="true" reporter:datatype="link" />
+			<field reporter:label="SAN" name="san" reporter:datatype="int" />
 		</fields>
 		<links>
 			<link field="currency_type" reltype="has_a" key="code" map="" class="acqct"/>



More information about the open-ils-commits mailing list