Author: jonesde
Date: Wed Nov 29 18:11:44 2006
New Revision: 480806
URL:
http://svn.apache.org/viewvc?view=rev&rev=480806Log:
Applied patch from Ashish Vijaywargiya in Jira #OFBIZ-498; fixed bug reported by Walter Vaughn related to validation of form input
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?view=diff&rev=480806&r1=480805&r2=480806==============================================================================
--- 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 Wed Nov 29 18:11:44 2006
@@ -742,7 +742,8 @@
<string-to-list string="State is missing, and is required for an address in the Canada." message-field-name="CUSTOMER_STATE" list-name="error_list"/>
</if-empty>
</if-compare>
-
+ <check-errors/>
+
<!-- shipping address -->
<if-not-empty field-name="parameters.shippingContactMechId">
<set field="addressContext.partyId" from-field="partyId"/>