[-] BO: Fix ecotax product backoffice management && rounding issue

This commit is contained in:
rGaillard
2012-10-09 12:58:08 +00:00
parent 82f1079081
commit e27869c113
6 changed files with 62 additions and 39 deletions

View File

@@ -30,7 +30,7 @@
<td style="width: 80%">
{if $tax_exempt}
{l s='Exempt of VAT according section 259B of the General Tax Code.' pdf='true'}
{else if (count($shipping_tax_breakdown) + count($product_tax_breakdown) == 0)}
{else if (count($shipping_tax_breakdown) + count($product_tax_breakdown) + count($ecotax_tax_breakdown) + count($wrapping_tax_breakdown) == 0)}
{l s='No tax' pdf='true'}
{else}
<table style="width: 70%" >