svn commit: r424207 - /incubator/ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r424207 - /incubator/ofbiz/trunk/applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml

jonesde
Author: jonesde
Date: Fri Jul 21 00:02:12 2006
New Revision: 424207

URL: http://svn.apache.org/viewvc?rev=424207&view=rev
Log:
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 -->