Author: hansbak
Date: Sat Jun 27 12:31:46 2009
New Revision: 788962
URL:
http://svn.apache.org/viewvc?rev=788962&view=revLog:
wrong field name used, should be corrected now
Modified:
ofbiz/trunk/applications/commonext/entitydef/entitymodel.xml
Modified: ofbiz/trunk/applications/commonext/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/entitydef/entitymodel.xml?rev=788962&r1=788961&r2=788962&view=diff==============================================================================
--- ofbiz/trunk/applications/commonext/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/commonext/entitydef/entitymodel.xml Sat Jun 27 12:31:46 2009
@@ -30,7 +30,7 @@
<field name="moreInfoPortletId" type="value"><description>url to go to the related portlet screen in the system</description></field>
<field name="moreInfoItemId" type="value"><description>The id of the item to be displayed i.e. custRequestId, inoiceId etc</description></field>
<index name="systemInfo">
- <index-field name="infoName"/>
+ <index-field name="noteName"/>
</index>
</extend-entity>