You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2006/08/15 19:25:12 UTC

svn commit: r431647 - /incubator/ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml

Author: jacopoc
Date: Tue Aug 15 10:25:11 2006
New Revision: 431647

URL: http://svn.apache.org/viewvc?rev=431647&view=rev
Log:
Fixed wrong fk definition for the currencyUomId field; the referenced field in the Uom entity is uomId.

Modified:
    incubator/ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml

Modified: incubator/ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml?rev=431647&r1=431646&r2=431647&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml (original)
+++ incubator/ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml Tue Aug 15 10:25:11 2006
@@ -62,7 +62,7 @@
         <key-map field-name="statusId"/>
       </relation>
       <relation type="one" fk-name="MKTGCPN_CUOM" rel-entity-name="Uom">
-        <key-map field-name="currencyUomId"/>
+        <key-map field-name="currencyUomId" rel-field-name="uomId"/>
       </relation>
     </entity>
     <entity entity-name="MarketingCampaignNote"