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/07/18 07:59:43 UTC

svn commit: r677829 - /ofbiz/trunk/applications/ecommerce/widget/OrderScreens.xml

Author: mor
Date: Thu Jul 17 22:59:43 2008
New Revision: 677829

URL: http://svn.apache.org/viewvc?rev=677829&view=rev
Log:
Small fix for bsh --> groovy migration

Modified:
    ofbiz/trunk/applications/ecommerce/widget/OrderScreens.xml

Modified: ofbiz/trunk/applications/ecommerce/widget/OrderScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/widget/OrderScreens.xml?rev=677829&r1=677828&r2=677829&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/widget/OrderScreens.xml (original)
+++ ofbiz/trunk/applications/ecommerce/widget/OrderScreens.xml Thu Jul 17 22:59:43 2008
@@ -117,7 +117,7 @@
                 <set field="parameters.formNameValue" value="shipsetupform" global="true"/>
 
                 <set field="titleProperty" value="PageTitleShippingInformation"/>
-                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/ShipSettings.groovy"/>
+                <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/shipsettings.bsh"/>
             </actions>
             <widgets>
                 <decorator-screen name="anonymousCheckoutDecorator">