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/12/11 14:51:30 UTC

svn commit: r485664 - /incubator/ofbiz/trunk/specialpurpose/pos/entitydef/entitymodel.xml

Author: jacopoc
Date: Mon Dec 11 05:51:29 2006
New Revision: 485664

URL: http://svn.apache.org/viewvc?view=rev&rev=485664
Log:
Changed fk name to fix duplicate key name warning at system startup.

Modified:
    incubator/ofbiz/trunk/specialpurpose/pos/entitydef/entitymodel.xml

Modified: incubator/ofbiz/trunk/specialpurpose/pos/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/specialpurpose/pos/entitydef/entitymodel.xml?view=diff&rev=485664&r1=485663&r2=485664
==============================================================================
--- incubator/ofbiz/trunk/specialpurpose/pos/entitydef/entitymodel.xml (original)
+++ incubator/ofbiz/trunk/specialpurpose/pos/entitydef/entitymodel.xml Mon Dec 11 05:51:29 2006
@@ -100,7 +100,7 @@
       <field name="paidAmount" type="currency-amount"></field>        
       <field name="reasonComment" type="comment"/>
       <prim-key field="posTerminalLogId"/>
-      <relation type="one" fk-name="POS_LOG_POS" rel-entity-name="PosTerminalLog">
+      <relation type="one" fk-name="POS_TRA_POS" rel-entity-name="PosTerminalLog">
           <key-map field-name="posTerminalLogId"/>
       </relation>
     </entity>