svn commit: r813316 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/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: r813316 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl

jleroux@apache.org
Author: jleroux
Date: Thu Sep 10 08:55:29 2009
New Revision: 813316

URL: http://svn.apache.org/viewvc?rev=813316&view=rev
Log:
A bit better (done while looking at a problem on the Paypal Button, see message in user ML)

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl?rev=813316&r1=813315&r2=813316&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl Thu Sep 10 08:55:29 2009
@@ -331,6 +331,7 @@
               <tr>
                 <th>${uiLabelMap.OrderSalesTaxIncluded}:</th>
                 <td><@ofbizCurrency amount=shoppingCart.getDisplaySubTotal()-shoppingCart.getSubTotal() isoCode=shoppingCart.getCurrency()/></td>
+                <td>&nbsp;</td>
               </tr>
             </#if>
             <#list shoppingCart.getAdjustments() as cartAdjustment>