Author: jonesde
Date: Fri Jul 21 00:02:12 2006
New Revision: 424207
URL:
http://svn.apache.org/viewvc?rev=424207&view=revLog:
Fixed bug reported by Daniel Kunkel based on his good comments on what caused the problem; Apache Jira #OFBIZ-97
Modified:
incubator/ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml
Modified: incubator/ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml?rev=424207&r1=424206&r2=424207&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml Fri Jul 21 00:02:12 2006
@@ -45,7 +45,7 @@
</if-compare>
<if-compare field-name="productStore.usePrimaryEmailUsername" operator="equals" value="Y">
- <set from-field="parameters.CUSTOMER_EMAIL" field="USERNAME"/>
+ <set field="parameters.USERNAME" from-field="parameters.CUSTOMER_EMAIL"/>
</if-compare>
<!-- if username and/or password should be lowercased, do that now -->