diff --git a/pdf/invoice.tax-tab.tpl b/pdf/invoice.tax-tab.tpl index 88f6c787f..98db5b1c9 100755 --- a/pdf/invoice.tax-tab.tpl +++ b/pdf/invoice.tax-tab.tpl @@ -36,16 +36,16 @@ - - - + + + {foreach $product_tax_breakdown as $rate => $product_tax_infos} - - + - - + + {/foreach}
{l s='Tax Detail' pdf='true'}{l s='Tax Rate' pdf='true'}{l s='Total Tax Excl' pdf='true'}{l s='Total Tax' pdf='true'}{l s='Tax Rate' pdf='true'}{l s='Total Tax Excl' pdf='true'}{l s='Total Tax' pdf='true'}
{l s='Products' pdf='true'}{$rate} + {$rate} % {if !$use_one_after_another_method} {displayPrice currency=$order->id_currency price=$product_tax_infos.total_price_tax_excl} {/if} @@ -57,8 +57,8 @@ {foreach $shipping_tax_breakdown as $shipping_tax_infos}
{l s='Shipping' pdf='true'}{$shipping_tax_infos.rate}{displayPrice currency=$order->id_currency price=$order_invoice->total_shipping_tax_excl}{$shipping_tax_infos.rate} %{displayPrice currency=$order->id_currency price=$order_invoice->total_shipping_tax_excl} {displayPrice currency=$order->id_currency price=$shipping_tax_infos.total_amount}