svn commit: r705874 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditBillingAddress.groovy

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

svn commit: r705874 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditBillingAddress.groovy

mor-2
Author: mor
Date: Sat Oct 18 03:45:40 2008
New Revision: 705874

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