Author: mor
Date: Wed Sep 3 00:46:11 2008
New Revision: 691530
URL:
http://svn.apache.org/viewvc?rev=691530&view=revLog:
Fix a small issue. Reported by Chirag Manocha.
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=691530&r1=691529&r2=691530&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 Wed Sep 3 00:46:11 2008
@@ -1487,6 +1487,9 @@
</simple-method>
<simple-method method-name="updateCustomerProfile" short-description="Update a customer profile">
+ <call-class-method class-name="org.ofbiz.product.store.ProductStoreWorker" method-name="getProductStore" ret-field-name="productStore">
+ <field field-name="request" type="javax.servlet.ServletRequest"/>
+ </call-class-method>
<set field="partyId" from-field="userLogin.partyId"/>
<call-simple-method method-name="createUpdatePerson"/>
<if-compare field="productStore.usePrimaryEmailUsername" operator="equals" value="Y">