Author: jleroux
Date: Thu Sep 10 08:55:29 2009
New Revision: 813316
URL:
http://svn.apache.org/viewvc?rev=813316&view=revLog:
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> </td>
</tr>
</#if>
<#list shoppingCart.getAdjustments() as cartAdjustment>