svn commit: r575560 - /ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r575560 - /ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml

jleroux@apache.org
Author: jleroux
Date: Thu Sep 13 23:46:18 2007
New Revision: 575560

URL: http://svn.apache.org/viewvc?rev=575560&view=rev
Log:
Applied fix from trunk for revision: 563545

Modified:
    ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml

Modified: ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml?rev=575560&r1=575559&r2=575560&view=diff
==============================================================================
--- ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml (original)
+++ ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml Thu Sep 13 23:46:18 2007
@@ -1645,7 +1645,7 @@
         <field name="statusId" type="id"></field>
         <field name="lastInviteDate" type="date-time"></field>
         <prim-key field="partyInvitationId"/>
-        <relation type="one" rel-entity-name="Party">
+        <relation type="one" fk-name="PTYINV_PTY" rel-entity-name="Party">
             <key-map field-name="partyIdFrom" rel-field-name="partyId"/>
         </relation>        
         <relation type="one" rel-entity-name="StatusItem">