svn commit: r605015 - /ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/cart/showcart.ftl

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

svn commit: r605015 - /ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/cart/showcart.ftl

bibryam
Author: bibryam
Date: Mon Dec 17 13:58:49 2007
New Revision: 605015

URL: http://svn.apache.org/viewvc?rev=605015&view=rev
Log:
Applied fix from trunk for revision: 604597

Modified:
    ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/cart/showcart.ftl

Modified: ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/cart/showcart.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/cart/showcart.ftl?rev=605015&r1=605014&r2=605015&view=diff
==============================================================================
--- ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/cart/showcart.ftl (original)
+++ ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/cart/showcart.ftl Mon Dec 17 13:58:49 2007
@@ -97,9 +97,9 @@
 }
 function quicklookup(element) {
     <#if shoppingCart.getOrderType() == "PURCHASE_ORDER">
-    window.location='LookupBulkAddSupplierProducts?productId='+element.value;
+    window.location='<@ofbizUrl>LookupBulkAddSupplierProducts</@ofbizUrl>?productId='+element.value;
     <#else>
-    window.location='LookupBulkAddProducts?productId='+element.value;
+    window.location='<@ofbizUrl>LookupBulkAddProducts</@ofbizUrl>?productId='+element.value;
     </#if>
 }
 </script>