Author: jleroux
Date: Tue Aug 12 01:56:17 2008
New Revision: 685095
URL:
http://svn.apache.org/viewvc?rev=685095&view=revLog:
Fix an error reported in user ML
Modified:
ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/PaymentInformation.groovy
Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/PaymentInformation.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/PaymentInformation.groovy?rev=685095&r1=685094&r2=685095&view=diff==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/PaymentInformation.groovy (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/order/PaymentInformation.groovy Tue Aug 12 01:56:17 2008
@@ -91,7 +91,7 @@
}
if(!parameters.useShipAddr){
- if (cart && postalAddress) {
+ if (cart && context.postalAddress) {
postalAddress = context.postalAddress;
shippingContactMechId = cart.getShippingContactMechId();
contactMechId = postalAddress.contactMechId;