From 511f65fa25074e02b8668b89ff814da102ed7a82 Mon Sep 17 00:00:00 2001 From: aFolletete Date: Sat, 19 May 2012 13:12:45 +0000 Subject: [PATCH] // fix little align issue in invoice git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15440 b9a71923-0436-4b27-9f14-aed3839534dd --- pdf/invoice.tax-tab.tpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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}