svn commit: r683755 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml

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

svn commit: r683755 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml

hansbak-2
Author: hansbak
Date: Thu Aug  7 16:46:46 2008
New Revision: 683755

URL: http://svn.apache.org/viewvc?rev=683755&view=rev
Log:
enable sales tax calculation when a purchase order is created from a requirement

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml?rev=683755&r1=683754&r2=683755&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml Thu Aug  7 16:46:46 2008
@@ -1095,7 +1095,7 @@
     <request-map uri="quickCheckoutOrderWithDefaultOptions">
         <security https="true" auth="true"/>
         <event type="java" path="org.ofbiz.order.shoppingcart.ShoppingCartEvents" invoke="quickCheckoutOrderWithDefaultOptions"/>
-        <response name="success" type="request" value="confirmOrder"/>
+        <response name="success" type="request" value="calcTax"/>
         <response name="error" type="view" value="orderentry"/>
     </request-map>