Author: jleroux
Date: Sun Sep 14 13:49:20 2008
New Revision: 695286
URL:
http://svn.apache.org/viewvc?rev=695286&view=revLog:
Revert commits 695268/695281 related to OFBIZ-1955 at David and Jacopo's demands
Modified:
ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml
Modified: ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml?rev=695286&r1=695285&r2=695286&view=diff==============================================================================
--- ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml (original)
+++ ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml Sun Sep 14 13:49:20 2008
@@ -307,13 +307,6 @@
<create-value value-name="partyDataSource"/>
<call-service service-name="createPartyRole" in-map-name="partyRoleContext" include-user-login="true"/>
- <!-- Create party relationship between the new customer and the product store sales representative -->
- <set field="partyRelationshipCtx.partyIdTo" value="admin"/>
- <set field="partyRelationshipCtx.roleTypeIdTo" value="SALES_REP"/>
- <set field="partyRelationshipCtx.roleTypeIdFrom" value="CUSTOMER"/>
- <set field="partyRelationshipCtx.partyRelationshipTypeId" value="DISTRIBUTION_CHANNEL"/>
- <call-service service-name="createPartyRelationship" in-map-name="partyRelationshipCtx"/>
-
<!-- shipping address -->
<if-compare field="parameters.USE_ADDRESS" operator="equals" value="false">
<!-- address not used, do nothing -->