You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2008/08/08 01:46:46 UTC

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

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>