Author: mor
Date: Sat Oct 18 03:45:40 2008
New Revision: 705874
URL:
http://svn.apache.org/viewvc?rev=705874&view=revLog:
Applied groovy feature
Modified:
ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditBillingAddress.groovy
Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditBillingAddress.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditBillingAddress.groovy?rev=705874&r1=705873&r2=705874&view=diff==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditBillingAddress.groovy (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditBillingAddress.groovy Sat Oct 18 03:45:40 2008
@@ -68,7 +68,7 @@
}
if (shipToContactMechId) {
if (billToContactMechId && billToContactMechId.equals(shipToContactMechId)) {
- context.put("useShippingAddressForBilling", "Y");
+ context.useShippingAddressForBilling = "Y";
}
}
}
\ No newline at end of file