Author: sichen
Date: Tue Jul 11 13:47:55 2006
New Revision: 420989
URL:
http://svn.apache.org/viewvc?rev=420989&view=revLog:
Added two relationships to ProductStoreShipmentMethView so getRelatedOne can be used.
Modified:
incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml
Modified: incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml?rev=420989&r1=420988&r2=420989&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml Tue Jul 11 13:47:55 2006
@@ -3530,6 +3530,12 @@
<relation type="one-nofk" title="Exclude" rel-entity-name="Geo">
<key-map field-name="excludeGeoId" rel-field-name="geoId"/>
</relation>
+ <relation type="one-nofk" rel-entity-name="PartyGroup">
+ <key-map field-name="partyId"/>
+ </relation>
+ <relation type="one-nofk" rel-entity-name="ShipmentMethodType">
+ <key-map field-name="shipmentMethodTypeId"/>
+ </relation>
</view-entity>
<entity entity-name="ProductStoreSurveyAppl"
package-name="org.ofbiz.product.store"