Author: jacopoc
Date: Mon Jul 9 03:09:24 2007
New Revision: 554591
URL:
http://svn.apache.org/viewvc?view=rev&rev=554591Log:
Changed field name that was causing a warning because 'comment' is a reserved word.
Modified:
ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml
Modified: ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml?view=diff&rev=554591&r1=554590&r2=554591==============================================================================
--- ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml Mon Jul 9 03:09:24 2007
@@ -444,7 +444,7 @@
<field name="orderId" type="id"></field>
<field name="orderItemSeqId" type="id"><description>To be used along with orderId to point to an OrderItem that represents the purchase of a product to add money to the account.</description></field>
<field name="performedByPartyId" type="id"></field>
- <field name="comment" type="long-varchar"></field>
+ <field name="comments" type="comment"></field>
<prim-key field="finAccountTransId"/>
<relation type="one" fk-name="FINACCT_TX_TYPE" rel-entity-name="FinAccountTransType">
<key-map field-name="finAccountTransTypeId"/>