diff --git a/pdf/invoice.tpl b/pdf/invoice.tpl
index 918cdb15d..3fd3f0773 100755
--- a/pdf/invoice.tpl
+++ b/pdf/invoice.tpl
@@ -133,11 +133,11 @@
{$order_detail.product_name} |
{if !$tax_excluded_display}
-
+ |
{displayPrice currency=$order->id_currency price=$order_detail.unit_price_tax_excl}
|
{/if}
-
+ |
{if $tax_excluded_display}
{displayPrice currency=$order->id_currency price=$order_detail.unit_price_tax_excl}
{else}
@@ -154,7 +154,7 @@
{/if}
|
{$order_detail.product_quantity} |
-
+ |
{if $tax_excluded_display}
{displayPrice currency=$order->id_currency price=$order_detail.total_price_tax_excl}
{else}
|