Author: hansbak
Date: Sun Jan 31 03:23:28 2010
New Revision: 904961
URL:
http://svn.apache.org/viewvc?rev=904961&view=revLog:
fix duplicate name in EbayProductStoreInventory
Modified:
ofbiz/trunk/specialpurpose/ebay/entitydef/entitymodel.xml
Modified: ofbiz/trunk/specialpurpose/ebay/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/entitydef/entitymodel.xml?rev=904961&r1=904960&r2=904961&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/entitydef/entitymodel.xml Sun Jan 31 03:23:28 2010
@@ -110,7 +110,7 @@
<prim-key field="productStoreId"/>
<prim-key field="facilityId"/>
<prim-key field="productId"/>
- <relation type="one" fk-name="EBYSM_PRD_STRE" rel-entity-name="ProductStore">
+ <relation type="one" fk-name="EBYPSI_PRD_STRE" rel-entity-name="ProductStore">
<key-map field-name="productStoreId"/>
</relation>
</entity>