Author: mor
Date: Sat Oct 18 03:44:11 2008
New Revision: 705873
URL:
http://svn.apache.org/viewvc?rev=705873&view=revLog:
Fix:Error reported on new profile page when log in with admin on Jira issue OFBIZ-2003 (
https://issues.apache.org/jira/browse/OFBIZ-2003) but with a slightly different approach. Thanks to Onima Kasliwal and Rishi Solanki.
Modified:
ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditShippingAddress.groovy
Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditShippingAddress.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditShippingAddress.groovy?rev=705873&r1=705872&r2=705873&view=diff==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditShippingAddress.groovy (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditShippingAddress.groovy Sat Oct 18 03:44:11 2008
@@ -45,6 +45,8 @@
if (shipToCountryProvinceGeo) {
context.shipToCountryProvinceGeo = shipToCountryProvinceGeo.geoName;
}
+ } else {
+ context.shipToContactMechId = null;
}
shipToContactMechList = ContactHelper.getContactMech(party, "PHONE_SHIPPING", "TELECOM_NUMBER", false)