You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2008/10/18 12:45:41 UTC

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

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