[OFBiz] SVN: r4755 - trunk/applications/order/widget/ordermgr

jacopo at svn.ofbiz.org jacopo at svn.ofbiz.org
Mon Apr 4 06:52:11 EDT 2005


Author: jacopo
Date: 2005-04-04 05:52:05 -0500 (Mon, 04 Apr 2005)
New Revision: 4755

Modified:
   trunk/applications/order/widget/ordermgr/OrderEntryCartScreens.xml
Log:
Moved bsh script to the new "cart" folder.

Modified: trunk/applications/order/widget/ordermgr/OrderEntryCartScreens.xml
===================================================================
--- trunk/applications/order/widget/ordermgr/OrderEntryCartScreens.xml	2005-04-04 10:36:24 UTC (rev 4754)
+++ trunk/applications/order/widget/ordermgr/OrderEntryCartScreens.xml	2005-04-04 10:52:05 UTC (rev 4755)
@@ -101,8 +101,7 @@
                 <set field="rightbarScreenName" value="rightbar"/>
 
                 <set field="title" value="Show Promotion Details"/>
-                <!--<script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/cart/showPromotionDetails.bsh"/>-->
-                <script location="component://order/webapp/ordermgr/WEB-INF/actions/entry/showPromotionDetails.bsh"/>
+                <script location="component://order/webapp/ordermgr/WEB-INF/actions/entry/cart/showPromotionDetails.bsh"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonOrderEntryDecorator" location="component://order/widget/ordermgr/OrderEntryCommonScreens.xml">



More information about the Svn mailing list